diff --git a/docs/content/taxonomies/displaying.md b/docs/content/taxonomies/displaying.md index 5250e0bb1..8719807f9 100644 --- a/docs/content/taxonomies/displaying.md +++ b/docs/content/taxonomies/displaying.md @@ -38,7 +38,7 @@ each content piece are located in the usual place @@ -52,7 +52,7 @@ To list such taxonomy use the following: {{ if .Params.directors }} Director{{ if gt (len .Params.directors) 1 }}s{{ end }}: - {{ range $index, $director := .Params.directors }}{{ if gt $index 0 }}, {{ end }}{{ . }}{{ end }} + {{ range $index, $director := .Params.directors }}{{ if gt $index 0 }}, {{ end }}{{ . }}{{ end }} {{ end }} Alternatively, you may use the [delimit]({{< relref "templates/functions.md#delimit" >}}) @@ -110,7 +110,7 @@ The following example displays all tag keys: @@ -120,7 +120,7 @@ This example will list all taxonomies, each of their keys and all the content as