oliverdavies.uk/website/source/_pages/404.html

10 lines
201 B
HTML

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