diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs index e7826bd..c448fa1 100644 --- a/src/Vervis/Foundation.hs +++ b/src/Vervis/Foundation.hs @@ -114,7 +114,7 @@ instance Yesod App where pc <- widgetToPageContent $ do setTitle $ toHtml $ - T.intercalate " :: " (map snd bcs) <> " :: " <> title + T.intercalate " → " (map snd bcs) <> " → " <> title $(widgetFile "default-layout") withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")