Not adding another newline to every page

Using jinja2 whitespace control.
This commit is contained in:
Johan Guldmyr 2023-04-16 10:03:54 +03:00
commit 94e078c72b
No known key found for this signature in database
GPG key ID: B856C95D74525E1C

View file

@ -16,8 +16,7 @@
</script>
{% endif %}
{% if GOOGLE_ANALYTICS_GTAG %}
<!-- Google tag (gtag.js) -->
{%- if GOOGLE_ANALYTICS_GTAG %}
<script async src="https://www.googletagmanager.com/gtag/js?id={{ GOOGLE_ANALYTICS_GTAG }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
@ -26,7 +25,7 @@
gtag('config', '{{ GOOGLE_ANALYTICS_GTAG }}');
</script>
{% endif %}
{%- endif %}
{% if GAUGES %}
<script>