Skip to content

Commit

Permalink
Add google analytics header
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Feb 29, 2024
1 parent f57fd4d commit 1b00a94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckanext/iaea/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{% ckan_extends %}

{% block links %}
{{ super() }}
{% block googleanalytics_header %}
{{ h.iaea_ga_header() }}
{% endblock %}
{% endblock %}

{% block styles %}

{{ super() }}
Expand Down

0 comments on commit 1b00a94

Please sign in to comment.