From 12504c5cd8af87dd5f43fb11a015dcb61687b162 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 11 Oct 2009 23:10:44 +0200 Subject: =?UTF-8?q?Make=20=E2=80=9Ccanonical=E2=80=9D=20links=20absolute.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 8276a0002967aae46a9a066164595c0f darcs-hash:160cd603b4d19d90b1abdb3824ec43c6383f0f11 --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index 488ef43..8b83aea 100755 --- a/journal.lisp +++ b/journal.lisp @@ -446,7 +446,7 @@ (<:link :rel "openid.server" :href "https://meinguter.name/index.php/serve") (<:link :rel "openid.delegate" :href "https://matthias.benkard.meinguter.name") (when post-id - (<:link :rel "canonical" :type "text/html" :href (link-to :view :post-id post-id)))) + (<:link :rel "canonical" :type "text/html" :href (link-to :view :post-id post-id :absolute t)))) (<:body (<:div :id :main-title-box (<:h1 :id :main-title -- cgit v1.2.3