diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index b144410f..e06d000f 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -59,12 +59,12 @@ {{- $c := .Content -}} {{- $c := replace $c "%s

%s" $when $c -}} + {{- $c = printf "

%s

%s" $when $c -}} {{- end -}} {{- $img := index (.Resources.ByType "image") 0 -}} {{- with $img -}} {{- $img := .Resize "640x" -}} - {{- printf "]]>" $c $img.Permalink $img.Width $img.Height | safeHTML -}} + {{- printf "]]>" $c $img.Permalink $img.Width $img.Height | safeHTML -}} {{- else -}} {{- printf "" $c | safeHTML -}} {{- end -}}