feat: swap out analytics
This commit is contained in:
parent
a4fc73d653
commit
a9f474aa9d
15 changed files with 51 additions and 67 deletions
|
@ -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>
|
Reference in a new issue