oliverdavies.uk/source/_pages/404.html
2021-07-19 08:11:30 +01:00

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 %}