oliverdavies.uk/source/_pages/404.html

10 lines
201 B
HTML
Raw Normal View History

2021-06-30 08:00:00 +01:00
---
title: Page not found
permalink: /404.html
2021-07-19 08:11:30 +01:00
exclude_from_sitemap: true
2021-06-30 08:00:00 +01:00
---
{% block javascripts %}
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
{% endblock %}