From 43ff5e3bfc4e5eb96d3c0008cfb4e312d23d7d6b Mon Sep 17 00:00:00 2001 From: Hendrik Hogertz Date: Tue, 18 Nov 2025 23:44:44 +0100 Subject: [PATCH] Include full content in RSS feed --- layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 4fabea2..ec9831c 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -43,7 +43,7 @@ {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Params.Author.email }}{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} -{{ .Summary | html }} +{{ .Content | html }} {{ range ( where .Site.RegularPages ".RelPermalink" .RelPermalink | first 1 ) }} {{- $images := .Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}}