1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 18:56:24 +00:00

Tidy up js

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-11 17:42:10 +12:00
parent 650e553566
commit a266997126
13 changed files with 85 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{% extends "main.html" %}
<!-- Content -->
<!-- For 404 tracking using Plausible -->
{% block libs %}
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
{% endblock %}