chore: update 404

This commit is contained in:
Cory Dransfeldt 2024-03-02 10:48:23 -08:00
parent 04446b6caa
commit c5183e08f6
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "7.1.4", "version": "7.1.5",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -14,6 +14,9 @@ image: /assets/img/404.jpg
<h2 class="page__header">{{ title }}</h2> <h2 class="page__header">{{ title }}</h2>
What kind of idiots do you have working here? <a href="/">Hurry up and skip out on the room service bill!</a> What kind of idiots do you have working here? <a href="/">Hurry up and skip out on the room service bill!</a>
</div> </div>
<hr class="large__spacing" />
{% render "partials/tags.liquid", tags:collections.tagsSortedByCount %}
{% render "partials/popular-posts.liquid", posts:collections.posts, analytics:analytics %}
</div> </div>
<script> <script>
document.addEventListener('DOMContentLoaded', function () { document.addEventListener('DOMContentLoaded', function () {