Start designing a Bootstrap v4 based site layout, it's boring so far but the navbar is okay?
This commit is contained in:
parent
3d4c21e18e
commit
9b6305f8c9
4 changed files with 30 additions and 129 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue