diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index 9036c36..bd91308 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -85,13 +85,13 @@ {{- end -}} {{- $banner := .Resources.GetMatch "banner*" -}} {{- if $banner -}} - {{- $c = printf "%s" $banner.Permalink $banner.Width $banner.Height $c -}} + {{- $c = printf "%s" $banner.Permalink $banner.Width $banner.Height $c -}} {{- end -}} {{- range .Resources.ByType "image" -}} {{ $img := . }} {{- if not (hasPrefix $img.Name "banner") }} - {{- $c = printf "%s" $c $img.Permalink $img.Width $img.Height -}} + {{- $c = printf "%s" $img.Permalink $img.Width $img.Height $c -}} {{- end -}} {{- end -}}