move analytics to head
This commit is contained in:
@@ -85,7 +85,8 @@
|
|||||||
{% do assets.addCss('theme://fonts/sourcecodepro/local.css') %}
|
{% do assets.addCss('theme://fonts/sourcecodepro/local.css') %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{{ assets.css() | raw }}
|
{{ assets.css()|raw }}
|
||||||
|
{{ theme_config.analytics|raw }}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="top">
|
<body id="top">
|
||||||
|
|||||||
@@ -6,5 +6,4 @@
|
|||||||
<span class="footer-copyright">© {{ year }}</span>
|
<span class="footer-copyright">© {{ year }}</span>
|
||||||
<span class="footer-link">
|
<span class="footer-link">
|
||||||
<a href="{{ theme_config.footer.url }}">{{ theme_config.footer.title }}</a>
|
<a href="{{ theme_config.footer.url }}">{{ theme_config.footer.title }}</a>
|
||||||
</span>
|
</span>
|
||||||
{{ theme_config.analytics|raw }}
|
|
||||||
Reference in New Issue
Block a user