forked from laurens/fediversity_website
W3c-validator wil graag email en volledige naam zien in author-veld
This commit is contained in:
parent
f8d7dd908c
commit
1829a06dc2
|
@ -20,9 +20,9 @@
|
||||||
<description>{{ .Content | plainify }}</description>
|
<description>{{ .Content | plainify }}</description>
|
||||||
{{- if .Params.Author -}}
|
{{- if .Params.Author -}}
|
||||||
{{- $author := index .Site.Data.authors .Params.author -}}
|
{{- $author := index .Site.Data.authors .Params.author -}}
|
||||||
<author>{{ $author.email }}</author>
|
<author>{{ $author.email }} ({{ $author.name }})</author>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
<author>website@nluug.nl</author>
|
<author>website@nluug.nl (NLUUG)</author>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<guid>{{ .Permalink }}</guid>
|
<guid>{{ .Permalink }}</guid>
|
||||||
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
||||||
|
|
Reference in a new issue