From b8681e2681a2e1c056db7b9f58960f4eea38b772 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sun, 25 Feb 2018 09:55:55 +0000 Subject: [PATCH] =?UTF-8?q?Change=20breadcrumb=20separator=20from=20"::"?= =?UTF-8?q?=20to=20Unicode=20arrow=20"=E2=86=92"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Vervis/Foundation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")