Hooked up service worker

This commit is contained in:
Brandon Rozek 2024-10-19 21:11:31 -04:00
parent df0ec44936
commit be3e20feb6
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -66,4 +66,7 @@
{{- partial "external/twitter_cards.html" . -}}
{{ partial "citation.html" . }}
{{- $script := resources.Get "js/script.js" -}}
<script src="{{ $script.Permalink }}" async></script>
</head>