json-schema:fix multiple authors in config displayed incorrectly
* is of type `[]interface {}` and not `[]string`
			
			
This commit is contained in:
		
							parent
							
								
									0bd68d242c
								
							
						
					
					
						commit
						1256f353e5
					
				|  | @ -46,7 +46,7 @@ | |||
|   "dateModified": {{ .Lastmod }}, | ||||
|   {{- with (.Params.author | default .Site.Params.author) }} | ||||
|   "author": | ||||
|     {{- if (eq (printf "%T" .) "[]string") -}} | ||||
|     {{- if (or (eq (printf "%T" .) "[]string") (eq (printf "%T" .) "[]interface {}")) -}} | ||||
|   [{{- range $i, $v := . -}} | ||||
|   {{- if $i }}, {{end -}} | ||||
|   { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Aditya Telange
						Aditya Telange