remodeling footer

This commit is contained in:
nek0 2016-09-09 19:15:02 +02:00
parent ae9688b00f
commit da98f31d50
3 changed files with 2 additions and 5 deletions

View file

@ -98,9 +98,6 @@ renderLayout widget = do
-- value passed to hamletToRepHtml cannot be a widget, this allows
-- you to use normal widget features in default-layout.
copyrightWidget <- widgetToPageContent $
$(widgetFile "copyrightFooter")
-- searchWidget <- widgetToPageContent $ [whamlet|
-- <form action=@{SearchR} method=GET>
-- <input type="hidden" name="_hasdata">

View file

@ -1 +0,0 @@
<a href=@{AboutR} target=_blank>About Eidolon

View file

@ -18,7 +18,8 @@ $doctype 5
^{pageBody pc}
<footer>
<div class="left">
^{pageBody copyrightWidget}
<a href=@{AboutR} target="_blank">
About Eidolon
<div class="right">
$case route
$of Just HomeR