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