mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 09:24:50 +09:00
Change breadcrumb separator from "::" to Unicode arrow "→"
This commit is contained in:
parent
31410c7278
commit
b8681e2681
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ instance Yesod App where
|
||||||
|
|
||||||
pc <- widgetToPageContent $ do
|
pc <- widgetToPageContent $ do
|
||||||
setTitle $ toHtml $
|
setTitle $ toHtml $
|
||||||
T.intercalate " :: " (map snd bcs) <> " :: " <> title
|
T.intercalate " → " (map snd bcs) <> " → " <> title
|
||||||
$(widgetFile "default-layout")
|
$(widgetFile "default-layout")
|
||||||
withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")
|
withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue