Add newsletter signup, update contact→fatkiss@, Turnstile, Listmonk integration

This commit is contained in:
2026-05-11 09:39:18 -10:00
parent 2dbe602e8a
commit 20a6656ebc
10 changed files with 99 additions and 2 deletions
+3
View File
@@ -13,5 +13,8 @@
{{ partial "footer.html" . }}
{{ $js := resources.Get "js/main.js" | minify | fingerprint }}
<script src="{{ $js.RelPermalink }}" defer></script>
{{ $nl := resources.Get "js/newsletter.js" | minify | fingerprint }}
<script src="{{ $nl.RelPermalink }}" defer></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
</body>
</html>