From 5c20e0a1c86a415cf7a5ff39082dd8cc3a16fe2b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 23 Jul 2020 19:19:27 +0100 Subject: [PATCH] Remove custom RSS feed It's just unnecessary --- layouts/_default/rss.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 layouts/_default/rss.xml diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml deleted file mode 100644 index 2c660ef..0000000 --- a/layouts/_default/rss.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - {{ .Title }} - {{ .Permalink }} - Recent content in {{ .Title }} - Hugo {{ hugo.Version }} -- gohugo.io - {{ .Site.LanguageCode }} - {{ partial "copyright.html" . | html }} - {{ .Site.Params.author }} - {{ .Site.Params.author }} - {{ now.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .OutputFormats.Get "RSS" }} - {{ printf "" .Permalink .MediaType | safeHTML }} - {{ end }} - {{ range .Data.Pages }} - - {{ .Title }} - {{ .Permalink }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ .Permalink }} - {{ .Site.Params.author }} - {{ .Date.Format .Site.Params.iso8601 }} - {{ printf "" (replace .Content "\n" "") | safeHTML }} - - {{ end }} - -