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 }}