diff options
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 |
commit | 1452476015ebf6577c4fb1efa3f76fbefd1ae3a6 (patch) | |
tree | 70a2cf0e190be274e93189ad0c806be7f68a4c51 /src/Blog.hs | |
parent | df9603369df3ca0d4e3cc382f98ac5e8f302e91b (diff) |
* minor unimportant fix
Diffstat (limited to 'src/Blog.hs')
-rw-r--r-- | src/Blog.hs | 2 |
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 |