added author to atom/rss feed
This commit is contained in:
parent
dbd3c757eb
commit
6e55ca6c52
@ -1,7 +1,11 @@
|
||||
baseURL = "https://nilsschulte.de/"
|
||||
languageCode = "en-us"
|
||||
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
|
||||
pygmentsCodeFencesGuessSyntax = true
|
||||
|
@ -19,7 +19,7 @@
|
||||
<id>{{ .Permalink }}</id>
|
||||
<published>{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</published>
|
||||
<updated>{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}</updated>
|
||||
<summary>{{ .Content | html }}</summary>
|
||||
<summary type="html">{{ .Content | html }}</summary>
|
||||
{{ range .Params.tags }}
|
||||
<category term="{{ . }}"/>
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user