Implement goat counter analytics

This commit is contained in:
2025-12-16 11:27:56 -06:00
parent 67d657a47d
commit 5f907a9fa9
4 changed files with 10 additions and 3 deletions

View File

@@ -5,3 +5,10 @@
data-website-id="98e3493d-6d83-4ac8-be1f-7cdcd5524f8c"
data-domains="nathanupchurch.com"
></script>
<!-- Goat Counter -->
<script
data-goatcounter="https://nathan.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>

View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/webfonts/webfonts.css" />
<link rel="stylesheet" type="text/css" href="/css/code.css" />
{% include "structuredData.njk" %}
{% include "umami.html" %}
{% include "analytics.html" %}
</head>
<body>
{% include "header.njk" %}

View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/index.css" />
<link rel="stylesheet" type="text/css" href="/css/webfonts/webfonts.css" />
{% include "umami.html" %}
{% include "analytics.html" %}
</head>
<body class="barebones">
{% include "header.njk" %}