Fix Spacing in overall repo
This commit is contained in:
parent
dae7f2b8a1
commit
196b82645e
27 changed files with 167 additions and 158 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{{- if or .Params.author .Site.Params.author }}
|
||||
{{- $author := (.Params.author | default .Site.Params.author)}}
|
||||
{{- $author := (.Params.author | default .Site.Params.author) }}
|
||||
{{- $author_type := (printf "%T" $author) }}
|
||||
{{- if (or (eq $author_type "[]string") (eq $author_type "[]interface {}") ) }}
|
||||
{{- if (or (eq $author_type "[]string") (eq $author_type "[]interface {}")) }}
|
||||
{{- (delimit $author ", " ) }}
|
||||
{{- else }}
|
||||
{{- $author }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue