Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmir Ribić <ribice@gmail.com>2020-04-13 09:16:27 +0300
committerGitHub <noreply@github.com>2020-04-13 09:16:27 +0300
commit2b18ebb2d0b08b8ee570fa6e85f143661fc0fd78 (patch)
treef850109a6256d50405b0d25580c79124309b4f84
parent328762da566636d17d49c80f745440321c3e2271 (diff)
parent1b2df58f23d1bbba1b56fe9770ea03cab13e194e (diff)
Merge pull request #97 from midzer/fixRSS
fixRSS
-rw-r--r--layouts/_default/index.rss.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/layouts/_default/index.rss.xml b/layouts/_default/index.rss.xml
deleted file mode 100644
index 3911b68..0000000
--- a/layouts/_default/index.rss.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
- <link>{{ .Permalink }}</link>
- <description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
- <generator>Hugo - gohugo.io</generator>
- <language>{{ .Site.Language }}</language>
- <contact>{{ $.Site.Params.rss.authorEmail }}</contact>
- <copyright>{{ .Site.Copyright | safeHTML}}</copyright>
- {{ with .OutputFormats.Get "RSS" }}
- {{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
- {{ end }}
- {{ range .Pages }}
- <item>
- <title>{{ .Title }}</title>
- <link>{{ .Permalink }}</link>
- <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
- <author>{{ $.Site.Params.rss.authorName }}</author>
- <guid>{{ .Permalink }}</guid>
- <description>{{ .Description | html }}</description>
- {{ if $.Site.Params.rss.includeContent }}
- <content>{{ .Content | html }}</content>
- {{ end }}
- </item>
- {{ end }}
- </channel>
-</rss> \ No newline at end of file