Skip to content

Commit

Permalink
Adding GTM head into ckan template
Browse files Browse the repository at this point in the history
  • Loading branch information
dlennox24 committed Mar 11, 2024
1 parent f5b08d8 commit 0572c16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckanext/datagovtheme/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{% ckan_extends %}

{% block links %}
{{ super() }}
{% block googleanalytics_custom_gtag %}
{% include '/snippets/gtm/gtm_head.html' %}
{% endblock %}
{% endblock %}

{% block scripts %}
{{ super() }}
{% asset 'datagovtheme/js' %}
Expand Down

0 comments on commit 0572c16

Please sign in to comment.