add a subtle background animation
All checks were successful
Build and Publish Docker Image / build (push) Successful in 4m15s

This commit is contained in:
2026-06-17 20:27:17 -06:00
parent 4209d13ae1
commit 2e1225ea90
3 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{{ with resources.Get "js/fireflies.js" | resources.Minify | resources.Fingerprint }}
<script defer src="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}"></script>
{{ end }}