diff options
author | Vincent Ambo <v.ambo@me.com> | 2012-03-23T02·20+0100 |
---|---|---|
committer | Vincent Ambo <v.ambo@me.com> | 2012-03-23T02·20+0100 |
commit | 2738271e6733a9f24b4c09110ca98a0b56689f0f (patch) | |
tree | 682eca3a33e83f61a3d06c04ea89c20a32dd026d /src/Blog.hs | |
parent | 87924c405dd6b321f3ba79e02ef89e4b37dd3387 (diff) |
version 3.1.2:
* CSS changes for HsColour
Diffstat (limited to 'src/Blog.hs')
-rw-r--r-- | src/Blog.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Blog.hs b/src/Blog.hs index a9707fa07fa7..3f1fe063cc03 100644 --- a/src/Blog.hs +++ b/src/Blog.hs @@ -43,7 +43,8 @@ blogTemplate lang t_append body = H.docTypeHtml $ do --add body H.head $ do H.title $ (toHtml $ blogTitle lang t_append) H.link ! A.rel "alternate" ! A.type_ "application/rss+xml" ! A.title "RSS-Feed" ! A.href "/rss" - H.link ! A.rel "stylesheet" ! A.type_ "text/css" ! A.href "/static/blogv311.css" ! A.media "all" + H.link ! A.rel "stylesheet" ! A.type_ "text/css" ! A.href "/static/blogv312.css" ! A.media "all" + --H.link ! A.rel "stylesheet" ! A.type_ "text/css" ! A.href "/res/blogstyle.css" ! A.media "all" H.meta ! A.httpEquiv "content-type" ! A.content "text/html;charset=UTF-8" --H.style ! A.type_ "text/css" ! A.title "iOS iMessage" ! A.media "screen and (max-device-width: 1024px)" $ "#cosx{display:none;}" preEscapedText analytics |