oliverdavies.uk/source/_pages/404.html

10 lines
201 B
HTML
Raw Normal View History

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