diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-15 01:13:44 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-15 01:13:44 +0100 |
commit | 191c0bacfc7caced67cd7777902fce1524763334 (patch) | |
tree | a917af95b8a7a7bfecf14812877fb9ba04892fc4 | |
parent | 639a3d440f456ffbe492c35f0cbbb63c714f2c8b (diff) |
Add an “archives” relation to the link pointing to the archives.
Ignore-this: a5f8a7d4e9e86b4c63276b3ee0584d88
darcs-hash:b815a9b3d4facdbb142b676828339e2e58ccd53a
-rwxr-xr-x | journal.lisp | 2 |
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 "Ältere Einträge")) (<:p - (<:a :href (link-to :full-index) + (<:a :rel "archives" :href (link-to :full-index) (<:as-is "Alle Einträge vollständig anzeigen (langsam!)."))) (<:table :class :old-entry-table (<:caption (<:as-is "Einträge nach Datum")) |