diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index ab4da32..39435a8 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -82,7 +82,7 @@ {{- $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 -}} {{- if $when -}} @@ -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 -}}