diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 79e6784..6a0daf1 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -20,7 +20,13 @@ {{ with .Params.author }}

- By {{ . | markdownify }} + By + {{ if reflect.IsSlice . }} + {{ delimit . ", " | markdownify }} + {{else}} + {{ . | markdownify }} + {{ end }} +

{{ end }} {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}