summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 01:13:44 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 01:13:44 +0100
commit191c0bacfc7caced67cd7777902fce1524763334 (patch)
treea917af95b8a7a7bfecf14812877fb9ba04892fc4
parent639a3d440f456ffbe492c35f0cbbb63c714f2c8b (diff)
Add an “archives” relation to the link pointing to the archives.
Ignore-this: a5f8a7d4e9e86b4c63276b3ee0584d88 darcs-hash:b815a9b3d4facdbb142b676828339e2e58ccd53a
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index bffa101..83fc394 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -548,7 +548,7 @@
(<:div :class :old-entries
(<:h2 (<:as-is "&#196;ltere Eintr&#228;ge"))
(<:p
- (<:a :href (link-to :full-index)
+ (<:a :rel "archives" :href (link-to :full-index)
(<:as-is "Alle Eintr&#228;ge vollst&#228;ndig anzeigen (langsam!).")))
(<:table :class :old-entry-table
(<:caption (<:as-is "Eintr&#228;ge nach Datum"))