summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp4
1 files changed, 1 insertions, 3 deletions
diff --git a/journal.lisp b/journal.lisp
index bfd5f76..957a0db 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -44,9 +44,7 @@
((:edit :preview) (values "/~D/preview" post-id))
(:post-comment (values "/~D" post-id))
(:save (values "/~D/save" post-id))
- (:css (if (eq *site* :mst-plus)
- "/../../journal.css"
- "/../journal.css"))))))
+ (:css "/../journal.css")))))
(defun show-atom-feed ()