Skip to content

Commit

Permalink
Merge pull request #61 from keitaroinc/google-snippets
Browse files Browse the repository at this point in the history
Restore the Google snippets
  • Loading branch information
blagojabozinovski authored Dec 4, 2024
2 parents 8a47199 + 28c82ac commit 090da8d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ckanext/alisea/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,18 @@
registered inside webassets.yml file. #}
{% asset 'alisea/alisea-css' %}

{% endblock %}

{% block htmltag %}
{{ super() }}
{% block gtag %}
{% include 'snippets/gtm.html' %}
{% endblock %}
{% endblock %}

{% block bodytag %}
{{ super() }}
{% block gtm %}
{% include 'snippets/gtm_noscript.html' %}
{% endblock %}
{% endblock %}

0 comments on commit 090da8d

Please sign in to comment.