if more than one author it delimits correctly
This commit is contained in:
		@@ -9,7 +9,10 @@
 | 
			
		||||
	{{- if .Param "datesinlist" }}<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> – {{ end -}}
 | 
			
		||||
	<a href="{{ .RelPermalink }}">{{ .Title }}</a>
 | 
			
		||||
	{{- if .Param "authorsinlist" }}
 | 
			
		||||
		{{- range .Param "authors" }} by {{ . }}{{ end -}}
 | 
			
		||||
	{{ with .Params.authors }}
 | 
			
		||||
		by 
 | 
			
		||||
		{{ delimit . ", " " and " }}
 | 
			
		||||
	{{end}}
 | 
			
		||||
	{{ end -}}
 | 
			
		||||
</li>
 | 
			
		||||
{{- end }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user