diff --git a/layouts/partials/feed/rss.html b/layouts/partials/feed/rss.html
index b6ba8f89..b451b3f2 100644
--- a/layouts/partials/feed/rss.html
+++ b/layouts/partials/feed/rss.html
@@ -59,14 +59,12 @@
{{- end }}
{{- if $fullText }}
- {{- "]*>.*` "" | replaceRE `
]*( /)?>` "" | safeHTML -}} */ -}}
{{- with $image }}
{{- $content = add (printf "
" . "featured image" "no-referrer") $content | safeHTML }}
{{- end }}
- {{- $content | transform.XMLEscape | safeHTML }}
- {{- "]]>" | safeHTML -}}
+ {{- $content | transform.XMLEscape | safeHTML -}}
{{- else }}
{{ (.Summary | default .Description | default .Title) | transform.XMLEscape | safeHTML }}
diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html
index 9141ff4c..eb2646fe 100644
--- a/layouts/partials/init/index.html
+++ b/layouts/partials/init/index.html
@@ -1,4 +1,4 @@
-{{- .Scratch.Set "version" "v0.3.14-0c0fb03a" -}}
+{{- .Scratch.Set "version" "v0.3.14-28759d50" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}