From 926a5b37c2691a8878fe2fed0f52ffd3d7e82c24 Mon Sep 17 00:00:00 2001 From: xangelo Date: Thu, 31 Mar 2022 15:33:24 -0400 Subject: [PATCH] include full-content rss feed --- layouts/posts/rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/posts/rss.xml b/layouts/posts/rss.xml index e49c966..7b0c6c7 100644 --- a/layouts/posts/rss.xml +++ b/layouts/posts/rss.xml @@ -14,7 +14,7 @@ {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} - {{ .Permalink }} + {{ .Site.BaseURL }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} {{.}}{{end}}{{ with .Site.Author.email }} @@ -29,7 +29,7 @@ {{ .Title }} {{ .Permalink }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0400" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Content | html }} -- 2.25.1