Merge 4b663ca8e3
into 375155061d
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{{- if or .Params.author .Site.Params.author }}
|
||||
{{- $author := (.Params.author | default .Site.Params.author) }}
|
||||
{{- if or .Params.author .Site.Params.author .Site.Author.name }}
|
||||
{{- $author := (.Params.author | default .Site.Params.author | default .Site.Author.name) }}
|
||||
{{- $author_type := (printf "%T" $author) }}
|
||||
{{- if (or (eq $author_type "[]string") (eq $author_type "[]interface {}")) }}
|
||||
{{- (delimit $author ", " ) }}
|
||||
|
Reference in New Issue
Block a user