diff --git a/layouts/entry/single.html b/layouts/entry/single.html index 55f7294..a3965ba 100644 --- a/layouts/entry/single.html +++ b/layouts/entry/single.html @@ -6,7 +6,8 @@
Written by {{ $author.name }} @@ -19,12 +20,12 @@ {{ $length := len $coauthors }} {{ range $i, $name := $coauthors }} {{ $coauthor := index $.Site.Data.authors $name }} - {{/* if i == length -1 */}} + {{/* if i == (length -1) */}} {{ if eq $i (sub $length 1) }} and {{ end }} {{ $coauthor.name }}{{- if lt $i (sub $length 1) -}},{{- end -}} - {{/* if i < length - 1 */}} + {{/* if i < (length - 1) */}} {{ end }} {{ end }} on {{ .Date.Format $.Site.Params.fmt.Date }}