Skip to content

Commit

Permalink
Add script.js for website analytics tracking (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Apr 25, 2024
1 parent fb3f268 commit 4ddbe51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>{% block title %}stuartm.nz{% endblock %}</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="{% static "css/styles.min.css" %}" rel="stylesheet">
<script async src="https://u.amanzi.nz/script.js" data-website-id="d5f479d8-65fb-4f80-9823-5fe5ca2e17aa"></script>
</head>
<body>
{% include "snippets/navbar.html" %}
Expand Down

0 comments on commit 4ddbe51

Please sign in to comment.