about summary refs log tree commit diff
path: root/src/Blog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blog.hs')
-rw-r--r--src/Blog.hs20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/Blog.hs b/src/Blog.hs
index 34b2aaf52686..973382bc9263 100644
--- a/src/Blog.hs
+++ b/src/Blog.hs
@@ -83,8 +83,6 @@ showFooter l v = [shamlet|
       \ and without PHP, Java, Perl, MySQL and Python.
       <p>
         <a class="link" href=#{repoURL}>#{append "Version " v}
-        &nbsp;
-        <a class="link" href="/notice">#{noticeText l}
   <div .row .text-center>
     <div .span12>
       <span style="font-size:13px;font-family:Helvetica;">ಠ_ಠ
@@ -168,24 +166,6 @@ renderEntry e@Entry{..} = [shamlet|
   where
    woText = flip T.append author $ T.pack $ formatTime defaultTimeLocale (eTimeFormat lang) edate
 
-
-showSiteNotice :: Html
-showSiteNotice = [shamlet|
-$doctype 5
-<head>
- <title>Impressum
-<body>
- <h2>Impressum
- <br>
- <p>
-  Vincent Ambo
-  <br>
-  Gyllenborgsgatan 8, LGH 1306
-  <br>
-  11243 Stockholm
-  <p><a href="/" style="color:black;">Back
-|]
-
 {- Administration pages -}
 
 adminTemplate :: Text -> Html -> Html