From bd91ccffe96826d0ca64e2a7d650d784635a0324 Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Wed, 28 May 2025 15:08:28 -0400 Subject: [PATCH] correctly use slice for classes argument --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 984cd33..51c6e2f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -16,7 +16,7 @@ "image" (.Resources.GetMatch "featured") "alt" .Params.featured.alt "sizes" (slice 320 480 600 800) - "classes" "shadow featured") }} + "classes" (slice "shadow" "featured")) }} {{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}