summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-11-06 18:27:37 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-11-06 18:27:37 +0100
commit98ed4b810b76e9c25392c42ebc16693834546b65 (patch)
treeb06c73d393ffc9cdd1452ea9693414dd8c69f769
parent36aa75be02ff29571830d9f529cd4515bfeebbab (diff)
Fix Atom links.
Ignore-this: 977db60df6c67d611f0bf1921db55f02 darcs-hash:2082e2273d5c39520b24585939104ebcad601f15
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 54b140d..0245a28 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -460,7 +460,7 @@
:title "Kompottkins weiser Kommentarfeed")
(<:link :rel "service.feed"
:type "application/atom+xml"
- :href (link-to :view-atom-entry)
+ :href (link-to :view-atom-entry :absolute t)
:title "Kompottkins Weisheiten")
(<:link :rel "pingback" :href (link-to :pingback :absolute t))
(<:link :rel "stylesheet" :type "text/css" :href (link-to :css))