diff --git a/Application.hs b/Application.hs index 9579b56..c12c3dc 100755 --- a/Application.hs +++ b/Application.hs @@ -68,7 +68,7 @@ import Handler.AdminMediumSettings import Handler.AdminComments import Handler.Tag import Handler.RootFeed -import Handler.Search +-- import Handler.Search -- This line actually creates our YesodDispatch instance. It is the second half -- of the call to mkYesodData which occurs in Foundation.hs. Please see the diff --git a/Foundation.hs b/Foundation.hs index ff134a2..7e55b5f 100755 --- a/Foundation.hs +++ b/Foundation.hs @@ -101,16 +101,16 @@ renderLayout widget = do copyrightWidget <- widgetToPageContent $ $(widgetFile "copyrightFooter") - searchWidget <- widgetToPageContent $ [whamlet| -
- -
- - -