chore: analytics + deps
This commit is contained in:
parent
4ae4a7416e
commit
bf6d4f446b
14 changed files with 55 additions and 54 deletions
|
@ -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>
|
|
@ -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>
|
Reference in a new issue