move analytics to head

This commit is contained in:
2023-02-05 12:32:31 +01:00
parent a41dd93d92
commit 39291a09f4
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,8 @@
{% do assets.addCss('theme://fonts/sourcecodepro/local.css') %}
{% endblock %}
{{ assets.css() | raw }}
{{ assets.css()|raw }}
{{ theme_config.analytics|raw }}
</head>
<body id="top">

View File

@@ -6,5 +6,4 @@
<span class="footer-copyright">&copy; {{ year }}</span>
<span class="footer-link">
<a href="{{ theme_config.footer.url }}">{{ theme_config.footer.title }}</a>
</span>
{{ theme_config.analytics|raw }}
</span>