layouts/_default/single.html
@@ -20,13 +20,13 @@ </h1> {{ with .Params.author | default .Site.Params.author }} <p class="tracked"> {{ i18n "by" }} <strong> {{ if reflect.IsSlice . }} {{ delimit . ", " | markdownify }} {{else}} {{ . | markdownify }} {{ end }} </strong> {{ $.Render "by" }} <strong> {{- if reflect.IsSlice . -}} {{ delimit . ", " | markdownify }} {{- else -}} {{ . | markdownify }} {{- end -}} </strong> </p> {{ end }} {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}