diff options
-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")) |