Add 404 page tracking
This commit is contained in:
parent
6b0f7d59d5
commit
d252bd0a2c
3 changed files with 10 additions and 0 deletions
8
source/_pages/404.html
Normal file
8
source/_pages/404.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Page not found
|
||||
permalink: /404.html
|
||||
---
|
||||
|
||||
{% block javascripts %}
|
||||
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue