Start designing a Bootstrap v4 based site layout, it's boring so far but the navbar is okay?

This commit is contained in:
Danielle McLean 2017-10-02 22:33:32 +11:00
parent 3d4c21e18e
commit 9b6305f8c9
Signed by: 00dani
GPG key ID: 3844A6973C6058F1
4 changed files with 30 additions and 129 deletions

View file

@ -142,9 +142,7 @@ instance Yesod App where
-- value passed to hamletToRepHtml cannot be a widget, this allows
-- you to use normal widget features in default-layout.
pc <- widgetToPageContent $ do
addStylesheet $ StaticR css_bootstrap_css
$(widgetFile "default-layout")
pc <- widgetToPageContent $(widgetFile "default-layout")
withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")
-- The page to be redirected to when authentication is required.