From 4998780a9f04f24d1ab9a6754cde85a9244b93ed Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 15 Nov 2009 00:05:22 +0100 Subject: Assume that the stylesheet is served from the same directory as the journal itself. Ignore-this: 18c1deb1da83e13761b8b31931951f5e darcs-hash:791ee309f358e1fa865cb8bb98983f95fb9a008f --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))))) -- cgit v1.2.3