From 4e3a5454ce78404f57af8cc0c5f1702e4ce999c7 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 22:06:24 +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 fd2884e..856a7f8 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -90,7 +90,7 @@ {{- end -}} {{- range .Resources.ByType "image" -}} - {{ $img := . }} + {{- $img := . -}} {{- if not (hasPrefix $img.Name "banner") }} {{- $c = printf "%s

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