diff --git a/Foundation.hs b/Foundation.hs index fd9cec6..e5ef46f 100755 --- a/Foundation.hs +++ b/Foundation.hs @@ -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| --
-- diff --git a/templates/copyrightFooter.hamlet b/templates/copyrightFooter.hamlet deleted file mode 100755 index 00ccd4c..0000000 --- a/templates/copyrightFooter.hamlet +++ /dev/null @@ -1 +0,0 @@ -About Eidolon diff --git a/templates/default-layout-wrapper.hamlet b/templates/default-layout-wrapper.hamlet index c995d0d..d72c494 100755 --- a/templates/default-layout-wrapper.hamlet +++ b/templates/default-layout-wrapper.hamlet @@ -18,7 +18,8 @@ $doctype 5 ^{pageBody pc}