Support multiple authors
This commit is contained in:
parent
1049c3e512
commit
c643883250
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate>
|
||||
{{ .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }}
|
||||
</time>
|
||||
{{ with .Params.author }}· {{.}}{{ end }}
|
||||
{{ with .Params.author }}· {{if (reflect.IsSlice .)}}{{delimit . ", "}}{{else}}{{.}}{{end}}{{ end }}
|
||||
</p>
|
||||
{{ end }}
|
||||
<content>
|
||||
|
|
Loading…
Reference in a new issue