From a3ee6f6fa6cf90f3a4e1ef4bed6ff104412318c8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 24 Jul 2019 18:34:33 +0200 Subject: [PATCH] fix(js): fix i18n not loading --- src/Foundation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation.hs b/src/Foundation.hs index 44a4ad4d7..c534d6baf 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -1434,7 +1434,7 @@ siteLayout' headingOverride widget = do addScript $ StaticR bundles_js_polyfills_js addScript $ StaticR bundles_js_vendor_js addScript $ StaticR bundles_js_main_js - toWidgetHead $(juliusFile "templates/i18n.julius") + toWidget $(juliusFile "templates/i18n.julius") -- widgets $(widgetFile "default-layout") withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")