diff --git a/templates/default.html b/templates/default.html index 10efa26d..b051cba3 100644 --- a/templates/default.html +++ b/templates/default.html @@ -1,4 +1,5 @@ -{%- block head -%}{%- endblock -%} +{%- block head -%} +{%- endblock -%} {% include "includes/head.html" %} + diff --git a/templates/includes/head.html b/templates/includes/head.html index 68a4ccb4..9696a207 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -7,6 +7,7 @@ + {% if page and page.extra and page.extra.custom_meta%} {{ page.extra.custom_meta | safe }} {% endif %} @@ -55,6 +56,7 @@ {%- endif -%}"> + @@ -74,6 +76,7 @@ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MFFCB7SR'); + {% if page and page.extra and page.extra.head_extra %}{{ page.extra.head_extra }}{% endif %} - \ No newline at end of file +