mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Add custom 404 (spent WAY too much time on this!)
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
18
overrides/404.html
Normal file
18
overrides/404.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends "main.html" %}
|
||||
|
||||
<!-- Content -->
|
||||
{% block libs %}
|
||||
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 id="404-page-not-found" style="text-align: center">404 / Geeky Recipe Not Found</h1>
|
||||
<p style="text-align: center">
|
||||
Having been erased,<br/>
|
||||
The document you're seeking<br/>
|
||||
Must now be retyped.
|
||||
</p>
|
||||
<p style="text-align: center">
|
||||
Try navigating using the heading tabs, or just search 👆
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user