1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 16:04:52 +09:00

Change breadcrumb separator from "::" to Unicode arrow "→"

This commit is contained in:
fr33domlover 2018-02-25 09:55:55 +00:00
parent 31410c7278
commit b8681e2681

View file

@ -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")