unpack authors into comma separated list
This commit is contained in:
		
					parent
					
						
							
								94cbc7ddf4
							
						
					
				
			
			
				commit
				
					
						4a868f8e2d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -61,7 +61,7 @@ | |||
|     <item> | ||||
|       <title>{{ .Title }}</title> | ||||
|       <link>{{ .Permalink }}</link> | ||||
|       <author>{{ .GetTerms "authors" }}</author> | ||||
|       <author>{{ .GetTerms "authors" | delimit ", " }}</author> | ||||
|       <pubDate>{{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> | ||||
|       {{- with $authorEmail }}<author>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</author>{{ end }} | ||||
|       <guid>{{ .Permalink }}</guid> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue