From f1a6e3156af75d3e4bc906ea066633be1621d838 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 5 Apr 2022 12:14:15 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index 4a43888b..8c9a425f 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -57,7 +57,7 @@ {{ .Permalink }}-{{ $hash }} {{- if $when -}}{{- $when | plainify -}}{{- end -}} - {{- $c := .Content | plainify -}} + {{- $c := .Content -}} {{- if $when -}}{{- $c = printf "

%s

%s" $when $c -}}{{- end -}} {{- $img := index (.Resources.ByType "image") 0 -}} {{- with $img -}}