From d9c0c3063f444ff122c054a0fffaad0195931b97 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 8 Oct 2009 12:37:08 +0200 Subject: Fix RDF trackback links. Ignore-this: 5987e089dd3454baa1069bb78612f8ed darcs-hash:85db5e048e8313dd660db876b1d72a5e53c7e8b2 --- journal.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index 43d0474..eb1316d 100755 --- a/journal.lisp +++ b/journal.lisp @@ -45,6 +45,7 @@ (t "/"))) ((:edit :preview) (values "/~D/preview" post-id)) (:post-comment (values "/~D" post-id)) + (:trackback (values "/~D/trackback" post-id)) (:save (values "/~D/save" post-id)) (:css "/../journal.css"))))) -- cgit v1.2.3