diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index d7da5f00..066e90c5 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -92,7 +92,7 @@ {{- range .Resources.ByType "image" -}} {{- $img := . -}} {{- if not (hasPrefix $img.Name "banner") -}} - {{- $c = printf "%s

" $c $img.Permalink $img.Width $img.Height -}} + {{- $c = printf "%s

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