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
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -20,9 +20,9 @@ | |||
|       <description>{{ .Content | plainify }}</description> | ||||
|       {{- if .Params.Author -}} | ||||
|       {{- $author := index .Site.Data.authors .Params.author -}} | ||||
|       <author>{{ $author.email }}</author> | ||||
|       <author>{{ $author.email }} ({{ $author.name }})</author> | ||||
|       {{- else -}} | ||||
|       <author>website@nluug.nl</author> | ||||
|       <author>website@nluug.nl (NLUUG)</author> | ||||
|       {{- end -}} | ||||
|       <guid>{{ .Permalink }}</guid> | ||||
|       <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> | ||||
|  |  | |||
		Reference in a new issue