summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 00:05:22 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 00:05:22 +0100
commit4998780a9f04f24d1ab9a6754cde85a9244b93ed (patch)
treed421694491dff46abef60b80abf46067d46d8f26
parentf04670b8a73c688f5e1ff0c27c3483dd0a480388 (diff)
Assume that the stylesheet is served from the same directory as the journal itself.
Ignore-this: 18c1deb1da83e13761b8b31931951f5e darcs-hash:791ee309f358e1fa865cb8bb98983f95fb9a008f
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 482373e..03a0d41 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -49,7 +49,7 @@
(:view-atom-entry (values "/~D/atom" post-id))
(:save (values "/~D/save" post-id))
(:moderation-page "/moderate")
- (:css "/../journal.css")
+ (:css "/journal.css")
(:pingback "/rpc")))))