Skip to content

Commit

Permalink
Update page.html
Browse files Browse the repository at this point in the history
Added Civic cookie banner script links to header block
  • Loading branch information
daveytyke authored Dec 16, 2024
1 parent cecf281 commit 4d2dc8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckanext/ukdstheme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
#}
{%- block header %}
{% include "header.html" %}
<script src="https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js"></script>
<script src="scripts/cookie_list.js"></script>
<script src="scripts/civic_property.js"></script>
<script src="scripts/civic_config.js"></script>
<script src="scripts/civic.js"></script>
{% endblock -%}

{# The content block allows you to replace the content of the page if needed #}
Expand Down

0 comments on commit 4d2dc8c

Please sign in to comment.