added author to atom/rss feed
This commit is contained in:
parent
dbd3c757eb
commit
6e55ca6c52
@ -1,7 +1,11 @@
|
|||||||
baseURL = "https://nilsschulte.de/"
|
baseURL = "https://nilsschulte.de/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "nilsschulte.de"
|
title = "nilsschulte.de"
|
||||||
|
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "Nils Schulte"
|
||||||
|
email = "blog@nilsschulte.de"
|
||||||
|
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
pygmentsCodeFencesGuessSyntax = true
|
pygmentsCodeFencesGuessSyntax = true
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
<updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</updated>
|
<updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</updated>
|
||||||
<author>
|
<author>
|
||||||
{{ with $.Site.Author.name }}<name>{{ . }}</name>{{ end }}
|
{{ with $.Site.Author.name }}<name>{{.}}</name>{{end}}
|
||||||
{{ with $.Site.Author.email }}<email>{{ . }}</email>{{ end }}
|
{{ with $.Site.Author.email }}<email>{{.}}</email>{{end}}
|
||||||
</author>
|
</author>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<id>{{ .Permalink }}</id>
|
<id>{{ .Permalink }}</id>
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<id>{{ .Permalink }}</id>
|
<id>{{ .Permalink }}</id>
|
||||||
<published>{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</published>
|
<published>{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</published>
|
||||||
<updated>{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</updated>
|
<updated>{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</updated>
|
||||||
<summary>{{ .Content | html }}</summary>
|
<summary type="html">{{ .Content | html }}</summary>
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
<category term="{{ . }}"/>
|
<category term="{{ . }}"/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user