about summary refs log tree commit diff
path: root/src/Blog.hs
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T19·08+0200
committer"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T19·08+0200
commit1452476015ebf6577c4fb1efa3f76fbefd1ae3a6 (patch)
tree70a2cf0e190be274e93189ad0c806be7f68a4c51 /src/Blog.hs
parentdf9603369df3ca0d4e3cc382f98ac5e8f302e91b (diff)
* minor unimportant fix
Diffstat (limited to 'src/Blog.hs')
-rw-r--r--src/Blog.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index 1b6efb138f25..72995e008755 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -42,7 +42,7 @@ markdownCutoff = fromJust $ parseTime defaultTimeLocale "%s" "1367149834"
 
 
 -- blog CSS (admin is still static)
-stylesheetSource = $(luciusFile "../res/blog.lucius")
+stylesheetSource = $(luciusFile "res/blog.lucius")
 blogStyle = renderCssUrl undefined stylesheetSource
 
 -- blog HTML