diff --git a/Application.hs b/Application.hs index 1b9d815..fc43a51 100755 --- a/Application.hs +++ b/Application.hs @@ -68,6 +68,7 @@ import Handler.AdminMediumSettings import Handler.AdminComments import Handler.Tag import Handler.RootFeed +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 a8fd9bb..f592a8d 100755 --- a/Foundation.hs +++ b/Foundation.hs @@ -94,6 +94,17 @@ renderLayout widget = do copyrightWidget <- widgetToPageContent $ $(widgetFile "copyrightFooter") + searchWidget <- widgetToPageContent $ [whamlet| +