From 3da842c76197926e00505e122b5313f97c787252 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 22:10:08 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index 856a7f8..395cd87 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -91,7 +91,7 @@ {{- range .Resources.ByType "image" -}} {{- $img := . -}} - {{- if not (hasPrefix $img.Name "banner") }} + {{- if not (hasPrefix $img.Name "banner") -}} {{- $c = printf "%s

" $c $img.Permalink $img.Width $img.Height -}} {{- end -}} {{- end -}}