File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ theme: "hello-friend-ng"
55
66params :
77 author : " ROBOCO"
8+ email : " contact@roboco.io"
89 dateform : " Jan 2, 2006"
910 dateformShort : " Jan 2"
1011 dateformNum : " 2006-01-02"
Original file line number Diff line number Diff line change 1+ <rss version =" 2.0" xmlns : atom =" http://www.w3.org/2005/Atom" >
2+ <channel >
3+ <title >{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title >
4+ <link >{{ .Permalink }}</link >
5+ <description >Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description >
6+ <generator >Hugo -- gohugo.io</generator >{{ with .Site.LanguageCode }}
7+ <language >{{.}}</language >{{end}}{{ with .Site.Params.email }}
8+ <managingEditor >{{.}}{{ with $.Site.Params.author }} ({{.}}){{end}}</managingEditor >{{end}}{{ with .Site.Params.email }}
9+ <webMaster >{{.}}{{ with $.Site.Params.author }} ({{.}}){{end}}</webMaster >{{end}}{{ with .Site.Copyright }}
10+ <copyright >{{.}}</copyright >{{end}}{{ if not .Date.IsZero }}
11+ <lastBuildDate >{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate >{{ end }}
12+ {{ with .OutputFormats.Get "RSS" -}}
13+ {{ printf "<atom : link href =%q rel =\" self\" type =%q />" .Permalink .MediaType | safeHTML }}
14+ {{ end -}}
15+ {{ range .Pages }}
16+ <item >
17+ <title >{{ .Title }}</title >
18+ <link >{{ .Permalink }}</link >
19+ <pubDate >{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate >
20+ {{ with .Site.Params.email }}<author >{{.}}{{ with $.Site.Params.author }} ({{.}}){{end}}</author >{{end}}
21+ <guid >{{ .Permalink }}</guid >
22+ <description >{{ .Summary | html }}</description >
23+ <content type =" html" >{{ printf `<![CDATA[ %s]]> ` .Content | safeHTML }}</content >
24+ </item >
25+ {{ end }}
26+ </channel >
27+ </rss >
You can’t perform that action at this time.
0 commit comments