oliverdavies.uk/source/_pages/404.html

9 lines
174 B
HTML
Raw Normal View History

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