10 lines
201 B
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 %}
|