File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 18
18
<link >{{ .Permalink }}</link >
19
19
<description >Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description >
20
20
<generator >Hugo -- gohugo.io</generator >{{ with .Site.LanguageCode }}
21
- <language >{{.}}</language >{{end}}{{ with .Site.Author.email }}
22
- <managingEditor >{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor >{{end}}{{ with .Site.Author.email }}
23
- <webMaster >{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster >{{end}}{{ with .Site.Copyright }}
21
+ <language >{{.}}</language >{{end}}{{ with .Site.Params. Author.email }}
22
+ <managingEditor >{{.}}{{ with $.Site.Params. Author.name }} ({{.}}){{end}}</managingEditor >{{end}}{{ with .Site.Params .Author.email }}
23
+ <webMaster >{{.}}{{ with $.Site.Params. Author.name }} ({{.}}){{end}}</webMaster >{{end}}{{ with .Site.Copyright }}
24
24
<copyright >{{.}}</copyright >{{end}}{{ if not .Date.IsZero }}
25
25
<lastBuildDate >{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate >{{ end }}
26
26
{{- with .OutputFormats.Get "RSS" -}}
35
35
<title >{{ .Title }}</title >
36
36
<link >{{ .Permalink }}</link >
37
37
<pubDate >{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate >
38
- {{ with .Site.Author.email }}<author >{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author >{{end}}
38
+ {{ with .Site.Params. Author.email }}<author >{{.}}{{ with $.Site.Params .Author.name }} ({{.}}){{end}}</author >{{end}}
39
39
<guid >{{ .Permalink }}</guid >
40
40
<description >
41
41
{{- $image := partial "helper/image" (dict "Context" . "Type" "rss") -}}
Original file line number Diff line number Diff line change 2
2
publish = " exampleSite/public"
3
3
4
4
[build .environment ]
5
- HUGO_VERSION = " 0.123.8 "
5
+ HUGO_VERSION = " 0.124.0 "
6
6
HUGO_THEME = " repo"
7
7
8
8
[context .production ]
You can’t perform that action at this time.
0 commit comments