Make the RSS refer to Kubernetes, not Hugo. (#9471)

* Make the RSS refer to Kubernetes, not Hugo.

* Update index.rss.xml
This commit is contained in:
craigbox 2018-07-11 18:42:25 +01:00 committed by k8s-ci-robot
parent 854bda0353
commit c35bc3677b
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<channel>
<title>{{ .Site.Title }} {{ .Title }}</title>
<link>{{ .Permalink }}</link>
<description>Recent Hugo news from gohugo.io</description>
<description>The Kubernetes project blog</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
@ -10,8 +10,8 @@
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
<image>
<url>{{ "img/hugo.png" | absURL }}</url>
<title>GoHugo.io</title>
<url>https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png</url>
<title>Kubernetes.io</title>
<link>{{ .Permalink }}</link>
</image>
{{ with .OutputFormats.Get "RSS" }}
@ -35,4 +35,4 @@
</item>
{{ end }}
</channel>
</rss>
</rss>