From 51dcf3441dc0638313b69221d7af3be50f3e9b1c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 27 Dec 2022 21:49:08 -0500 Subject: [PATCH] oops, fixed --- themes/red/layouts/partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/red/layouts/partials/head.html b/themes/red/layouts/partials/head.html index 94fcdf0..4d362c8 100644 --- a/themes/red/layouts/partials/head.html +++ b/themes/red/layouts/partials/head.html @@ -25,15 +25,15 @@ {{ $masonry := resources.Get "js/masonry.min.js" }} {{ if hugo.IsProduction }} - {{ $masonry = $style | minify | fingerprint | resources.PostProcess }} + {{ $masonry = $masonry | minify | fingerprint | resources.PostProcess }} {{ end }} - + {{ $imagesloaded := resources.Get "js/imagesloaded.min.js" }} {{ if hugo.IsProduction }} - {{ $imagesloaded = $style | minify | fingerprint | resources.PostProcess }} + {{ $imagesloaded = $imagesloaded | minify | fingerprint | resources.PostProcess }} {{ end }} - +