Start of the great button laptop

This commit is contained in:
Dan 2026-01-12 20:09:19 +00:00
parent af3335a837
commit d969b81dcc
27 changed files with 513 additions and 0 deletions

View file

@ -52,5 +52,11 @@
{{ $guestbook := resources.Get "js/guestbook.js" | resources.Minify | resources.Fingerprint }}
<script src="{{ $guestbook.RelPermalink }}" integrity="{{ $guestbook.Data.Integrity }}"></script>
{{ end }}
<!-- Buttons - only load on buttons page -->
{{ if eq .Type "buttons" }}
{{ $buttons := resources.Get "js/buttons.js" | resources.Minify | resources.Fingerprint }}
<script src="{{ $buttons.RelPermalink }}" integrity="{{ $buttons.Data.Integrity }}"></script>
{{ end }}
</body>
</html>