This commit is contained in:
@@ -5,18 +5,18 @@
|
||||
<link>{{ .Permalink }}</link>
|
||||
<description>Latest blog posts from {{ .Site.Title }}</description>
|
||||
|
||||
{{ with .Site.LanguageCode }}
|
||||
{{ with .Site.Language.Locale }}
|
||||
<language>{{.}}</language>
|
||||
{{end}}
|
||||
|
||||
{{ with .Site.Author.email }}
|
||||
{{ with .Site.Params.social.email }}
|
||||
<managingEditor>{{.}}
|
||||
{{ with $.Site.Author.name }} ({{.}}){{end}}
|
||||
{{ with $.Site.Params.author }} ({{.}}){{end}}
|
||||
</managingEditor>
|
||||
{{end}}
|
||||
|
||||
{{ with .Site.Author.email }}
|
||||
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}
|
||||
{{ with .Site.Params.social.email }}
|
||||
<webMaster>{{.}}{{ with $.Site.Params.author }} ({{.}}){{end}}
|
||||
</webMaster>
|
||||
{{end}}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
||||
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
|
||||
{{ with .Site.Params.social.email }}<author>{{.}}{{ with $.Site.Params.author }} ({{.}}){{end}}</author>{{end}}
|
||||
<guid>{{ .Permalink }}</guid>
|
||||
<description>{{ .Summary | markdownify }}</description>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user