oliverdavies.uk/source/_pages/404.html

9 lines
174 B
HTML

---
title: Page not found
permalink: /404.html
---
{% block javascripts %}
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
{% endblock %}