Skip to content

Commit

Permalink
bug: add tracking code to pages which it was missing from
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and slint committed Mar 27, 2024
1 parent 910bd8e commit f5a2298
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions templates/docsindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@
<div class="alert alert-info" style="margin-top: 20px;">
Couldn't find the answer to your question? <a href="https://zenodo.org/support">Contact us</a>.
{% endblock %}

{% from "macros/cookie-banner.html" import cookie_banner %}
{% block trackingcode %}
{{ cookie_banner(363) }}
{% endblock %}
5 changes: 5 additions & 0 deletions templates/docspage.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ <h2><small>{{this.lead}}</small></h2>{% endif%}
</div>
</div>
{% endblock %}

{% from "macros/cookie-banner.html" import cookie_banner %}
{% block trackingcode %}
{{ cookie_banner(363) }}
{% endblock %}
6 changes: 4 additions & 2 deletions templates/projectitem.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ <h1>{{this.longtitle or this.title}}</h1>
</div>
{% endblock %}



{% from "macros/cookie-banner.html" import cookie_banner %}
{% block trackingcode %}
{{ cookie_banner(361) }}
{% endblock %}

0 comments on commit f5a2298

Please sign in to comment.