From be3e20feb6562044b0b6559810d4482bf90f9ef2 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sat, 19 Oct 2024 21:11:31 -0400 Subject: [PATCH] Hooked up service worker --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a1ef18a..d90bf21 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -66,4 +66,7 @@ {{- partial "external/twitter_cards.html" . -}} {{ partial "citation.html" . }} + + {{- $script := resources.Get "js/script.js" -}} +