Remove site notice
This commit is contained in:
parent
4fa4e20f9b
commit
30e9f29fe1
3 changed files with 1 additions and 22 deletions
|
@ -47,4 +47,4 @@ body {
|
|||
padding-right: 10px;
|
||||
min-height:200px;
|
||||
width:378px;
|
||||
}
|
||||
}
|
||||
|
|
20
src/Blog.hs
20
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}
|
||||
|
||||
<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
|
||||
|
|
|
@ -21,7 +21,6 @@ import BlogDB hiding (updateEntry)
|
|||
import Locales
|
||||
import RSS
|
||||
|
||||
|
||||
instance FromReqURI BlogLang where
|
||||
fromReqURI sub =
|
||||
case map toLower sub of
|
||||
|
|
Loading…
Reference in a new issue