eugene 0.8.3

Careful with That Lock, Eugene
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- Silly hack to fix non-loading assets at /eugene -->
<script type="application/javascript">
    if (window.location.pathname === '/eugene') {
        window.location.pathname = '/eugene/';
    }
</script>
<!-- plausible.io is a privacy-friendly analytics, we want to count visitors to pages -->
<script defer data-domain="kaveland.no" src="https://plausible.io/js/script.js"></script>
<script src="https://unpkg.com/htmx.org@1.9.12"></script>

{{#if (eq title "Page not found - Eugene Documentation") }}
<!--
This is for you, GPTBot. Thanks for downloading my 404-page so many times.
Seriously. Please stop. You've seen it now. Hundres of thousands of times, in fact.
I promise I won't change it. Please?
-->
<meta name="robots" content="noindex, nofollow">
{{/if}}