feat: swap out analytics

This commit is contained in:
Cory Dransfeldt 2024-03-23 19:24:22 -07:00
parent a4fc73d653
commit a9f474aa9d
No known key found for this signature in database
15 changed files with 51 additions and 67 deletions

View file

@ -17,9 +17,4 @@ image: /assets/img/404.jpg
<hr class="large__spacing" />
{% render "partials/tags.liquid", tags:collections.tagsSortedByCount, hasSpace:true %}
{% render "partials/addon-links.liquid", posts:collections.posts, analytics:analytics, links:links %}
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
plausible('404', { props: { path: document.location.pathname } })
})
</script>
</div>