From b20385db954a92083f6347c4b288be89cf28dc89 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 20 Jul 2022 09:05:11 +0100 Subject: [PATCH] Moves matomo tag to upper position within head section --- app/views/layouts/darkswarm.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/darkswarm.html.haml b/app/views/layouts/darkswarm.html.haml index b213f52c07..e6f94dee84 100644 --- a/app/views/layouts/darkswarm.html.haml +++ b/app/views/layouts/darkswarm.html.haml @@ -14,6 +14,7 @@ = favicon_link_tag "/favicon-staging.ico" %link{href: "https://fonts.googleapis.com/css?family=Roboto:400,300italic,400italic,300,700,700italic|Oswald:300,400,700", rel: "stylesheet", type: "text/css"} %link{href: asset_pack_path("media/fonts/OFN-v2.woff"), rel: "preload", as: "font", crossorigin: "anonymous"} + = render "layouts/matomo_tag" = language_meta_tags = stylesheet_pack_tag "darkswarm", "data-turbo-track": "reload" @@ -57,6 +58,5 @@ = inject_currency_config = yield :injection_data - = render "layouts/matomo_tag" = render "layouts/login_modal"