From 764c5c28f885655b463bcbdc8ff66a9e3b5be061 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 13 Apr 2023 18:39:55 -0400 Subject: [PATCH] Fix build --- themes/red/layouts/partials/voting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/partials/voting.html b/themes/red/layouts/partials/voting.html index b74b6ee..2ce147b 100644 --- a/themes/red/layouts/partials/voting.html +++ b/themes/red/layouts/partials/voting.html @@ -11,7 +11,7 @@ {{ if hugo.IsProduction }} - {{ $site = resources.Get "js/voting.js" | minify | fingerprint | resources.PostProcess }} + {{ $site := resources.Get "js/voting.js" | minify | fingerprint | resources.PostProcess }}