about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T19·06+0200
committer"Vincent Ambo ext:(%22) <tazjin@gmail.com>2013-05-05T19·06+0200
commitc7a538e7d19820aab6228197d8dc68a78404940c (patch)
treeae8e6455fc83d893f0d02db16f9041a617a9fdb6 /src
parentd860239863acd8b559ae914959544d647137d5f9 (diff)
* added bootstrap file
* moved CSS to correct paths
Diffstat (limited to 'src')
-rw-r--r--src/Blog.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index 0defa7ba1970..1b6efb138f25 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -42,11 +42,9 @@ markdownCutoff = fromJust $ parseTime defaultTimeLocale "%s" "1367149834"
 
 
 -- blog CSS (admin is still static)
-stylesheetSource = $(luciusFile "../res/blogbs.lucius")
+stylesheetSource = $(luciusFile "../res/blog.lucius")
 blogStyle = renderCssUrl undefined stylesheetSource
 
---   <link rel="stylesheet" type="text/css" href="/static/blogv34.css" media="all"> FIXME
-
 -- blog HTML
 blogTemplate :: BlogLang -> Text -> Html -> Html
 blogTemplate lang t_append body = [shamlet|
@@ -54,7 +52,7 @@ $doctype 5
   <head>
     <title>#{blogTitle lang t_append}
     <link rel="stylesheet" type="text/css" href="/static/bootstrap.css" media="all">
-    <link rel="stylesheet" type="text/css" href="/static/blogv300.css" media="all">
+    <link rel="stylesheet" type="text/css" href="/static/blogv40.css" media="all">
     <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href=#{rssUrl}>
     <meta http-equiv="content-type" content="text/html;charset=UTF-8">
   <body>