From 39291a09f424c230e454836cf3ca46a86880deb6 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Sun, 5 Feb 2023 12:32:31 +0100 Subject: [PATCH] move analytics to head --- templates/partials/base.html.twig | 3 ++- templates/partials/footer.html.twig | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig index d29842b..9de51cb 100644 --- a/templates/partials/base.html.twig +++ b/templates/partials/base.html.twig @@ -85,7 +85,8 @@ {% do assets.addCss('theme://fonts/sourcecodepro/local.css') %} {% endblock %} - {{ assets.css() | raw }} + {{ assets.css()|raw }} + {{ theme_config.analytics|raw }} diff --git a/templates/partials/footer.html.twig b/templates/partials/footer.html.twig index 1f9d01b..185091e 100644 --- a/templates/partials/footer.html.twig +++ b/templates/partials/footer.html.twig @@ -6,5 +6,4 @@ © {{ year }} {{ theme_config.footer.title }} - -{{ theme_config.analytics|raw }} \ No newline at end of file + \ No newline at end of file