diff --git a/layouts/index.rss.xml b/layouts/index.rss.xml index fc4dc7822d..1b4b11fa82 100644 --- a/layouts/index.rss.xml +++ b/layouts/index.rss.xml @@ -1,8 +1,8 @@ - {{ site.Title }} – {{ .Title }} + {{ site.Title }} Blog {{ .Permalink }} - The Kubernetes project blog + The Kubernetes blog is used by the project to communicate new features, community reports, and any news that might be relevant to the Kubernetes community. Hugo -- gohugo.io{{ with site.LanguageCode }} {{.}}{{end}}{{ with site.Author.email }} {{.}}{{ with site.Author.name }} ({{.}}){{end}}{{end}}{{ with site.Author.email }} @@ -11,15 +11,15 @@ {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png - Kubernetes.io + The Kubernetes project logo {{ .Permalink }} {{ with .OutputFormats.Get "RSS" }} - {{ printf "" .Permalink .MediaType | safeHTML }} + {{ printf "" .Permalink .MediaType | safeHTML }} {{ end }} {{ range first 50 (where site.RegularPages "Type" "in" (slice "blog")) }} - {{ .Section | title }}: {{ .Title }} + {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with site.Author.email }}{{.}}{{ with site.Author.name }} ({{.}}){{end}}{{end}}