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:
parent
31410c7278
commit
b8681e2681
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue