remodeling footer
This commit is contained in:
parent
ae9688b00f
commit
da98f31d50
3 changed files with 2 additions and 5 deletions
|
@ -98,9 +98,6 @@ renderLayout widget = do
|
||||||
-- value passed to hamletToRepHtml cannot be a widget, this allows
|
-- value passed to hamletToRepHtml cannot be a widget, this allows
|
||||||
-- you to use normal widget features in default-layout.
|
-- you to use normal widget features in default-layout.
|
||||||
|
|
||||||
copyrightWidget <- widgetToPageContent $
|
|
||||||
$(widgetFile "copyrightFooter")
|
|
||||||
|
|
||||||
-- searchWidget <- widgetToPageContent $ [whamlet|
|
-- searchWidget <- widgetToPageContent $ [whamlet|
|
||||||
-- <form action=@{SearchR} method=GET>
|
-- <form action=@{SearchR} method=GET>
|
||||||
-- <input type="hidden" name="_hasdata">
|
-- <input type="hidden" name="_hasdata">
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
<a href=@{AboutR} target=_blank>About Eidolon
|
|
|
@ -18,7 +18,8 @@ $doctype 5
|
||||||
^{pageBody pc}
|
^{pageBody pc}
|
||||||
<footer>
|
<footer>
|
||||||
<div class="left">
|
<div class="left">
|
||||||
^{pageBody copyrightWidget}
|
<a href=@{AboutR} target="_blank">
|
||||||
|
About Eidolon
|
||||||
<div class="right">
|
<div class="right">
|
||||||
$case route
|
$case route
|
||||||
$of Just HomeR
|
$of Just HomeR
|
||||||
|
|
Loading…
Reference in a new issue