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 -}}