Skip to content

Commit

Permalink
Google tag added to base instead of header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipMitrovski committed Aug 22, 2024
1 parent 11f1f83 commit bf241b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 158 deletions.
15 changes: 15 additions & 0 deletions ckanext/alisea/templates/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% ckan_extends %}

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

{% block bodytag %}
{{ super() }}
{% block gtm %}
{% include 'snippets/gtm_noscript.html' %}
{% endblock %}
{% endblock %}
34 changes: 0 additions & 34 deletions ckanext/alisea/templates/footer.html

This file was deleted.

124 changes: 0 additions & 124 deletions ckanext/alisea/templates/header.html

This file was deleted.

0 comments on commit bf241b1

Please sign in to comment.