1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 17:26:45 +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")