There was an error while loading. Please reload this page.
1 parent 5d02ae1 commit aa2dd47Copy full SHA for aa2dd47
1 file changed
layouts/list.atom.xml
@@ -17,7 +17,7 @@
17
{{- end }}
18
<updated>{{ $updated.Format "2006-01-02T15:04:05Z07:00" }}</updated>
19
<author>
20
- <name>{{ site.Params.author.name }}</name>
+ <name>{{ site.Params.author.name | default site.Title }}</name>
21
{{- with site.Params.author.email }}
22
<email>{{ . }}</email>
23
0 commit comments