From 04bf3891fb4de08eb626b1c0d70125a2d224858f Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Sun, 3 Nov 2024 13:30:38 -0800 Subject: [PATCH] Don't want banner images on news posts --- layouts/news/single.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/layouts/news/single.html b/layouts/news/single.html index d10e23a..e7eab6b 100644 --- a/layouts/news/single.html +++ b/layouts/news/single.html @@ -3,12 +3,6 @@
- {{ $image:= .Params.image }} - {{ if $image }} -
- {{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded") }} -
- {{ end }}

{{ .Title }}