diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-01-07 22:43:46 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-01-07 22:43:46 +0100 |
commit | 3363a2ebe095a91980472a751503c3dda6f74688 (patch) | |
tree | a6c9e6c4474c44c51c4f66fa9838e577bdc5dbf5 | |
parent | d13896ecbc3c94acdcbd90b857855d8807c73199 (diff) |
Link web pages to the comment feed.
darcs-hash:793478ef3e6a8804a0e50a4303e5f8190e2ce65a
-rwxr-xr-x | journal.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/journal.lisp b/journal.lisp index 8fdc894..ae71576 100755 --- a/journal.lisp +++ b/journal.lisp @@ -357,6 +357,10 @@ :type "application/atom+xml" :href (link-to :view-atom-feed) :title "Kompottkins weiser Atom-Feed") + (<:link :rel "replies" + :type "application/atom+xml" + :href (link-to :view-comment-feed) + :title "Kompottkins weiser Kommentarfeed") (<:link :rel "stylesheet" :type "text/css" :href (link-to :css)) (<:link :rel "openid.server" :href "https://meinguter.name/index.php/serve") (<:link :rel "openid.delegate" :href "https://matthias.benkard.meinguter.name")) |