diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml new file mode 100644 index 00000000..c27c08ea --- /dev/null +++ b/layouts/_default/rss.xml @@ -0,0 +1,16 @@ +{{ "" | safeHTML }} + + + {{ .Site.Title }} + {{ .Site.BaseURL }} + {{ .Site.Params.description }} + {{ range where .Site.RegularPages "Section" "news" }} + + {{ .Title }} + {{ .Permalink }} + {{ .Summary | plainify }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }} + + {{ end }} + +