summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 12:37:08 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 12:37:08 +0200
commitd9c0c3063f444ff122c054a0fffaad0195931b97 (patch)
treec4510f3821ebed14f39efebeaa6645db1df484cb
parent7fd84a1521c16d0269131edfc0043eebbbe5430a (diff)
Fix RDF trackback links.
Ignore-this: 5987e089dd3454baa1069bb78612f8ed darcs-hash:85db5e048e8313dd660db876b1d72a5e53c7e8b2
-rwxr-xr-xjournal.lisp1
1 files changed, 1 insertions, 0 deletions
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")))))