From 1ac073cc30a23b68371e819c77422b4906dd4f20 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 20 Dec 2022 20:33:57 +0100 Subject: Move to bare theme. --- themes/bare/layouts/_default/rss.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 themes/bare/layouts/_default/rss.xml (limited to 'themes/bare/layouts/_default/rss.xml') diff --git a/themes/bare/layouts/_default/rss.xml b/themes/bare/layouts/_default/rss.xml new file mode 100755 index 0000000..6a35b96 --- /dev/null +++ b/themes/bare/layouts/_default/rss.xml @@ -0,0 +1,27 @@ + + + + + {{ .Site.Author.name }} + {{ .Permalink }} + {{ .Site.Params.description }} + en-us + + {{ range (where .Site.RegularPages "Section" "posts") }} + + + {{ .Title }} + {{ .Permalink }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} + {{ .Permalink }} + + {{ " + {{ " + + + {{end}} + + + + -- cgit v1.2.3