chore: analytics + deps

This commit is contained in:
Cory Dransfeldt 2024-06-06 09:20:21 -07:00
parent 4ae4a7416e
commit bf6d4f446b
No known key found for this signature in database
14 changed files with 55 additions and 54 deletions

View file

@ -7,4 +7,5 @@ permalink: /400.html
<div class="text-centered">
<h2 class="page-header">{{ title }}</h2>
<p>Nah, that's a bad request.</p>
</div>
</div>
<script>document.addEventListener('DOMContentLoaded', function () { plausible('400', { props: { path: document.location.pathname } }); });</script>

View file

@ -31,4 +31,5 @@ image: /assets/img/404.jpg
</div>
<hr class="large-spacing" />
{% render "partials/widgets/addon-links.liquid", popularPosts:collections.popularPosts, links:links %}
</div>
</div>
<script>document.addEventListener('DOMContentLoaded', function () { plausible('404', { props: { path: document.location.pathname } }); });</script>