diff options
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |