summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'journal.lisp')
-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")))))