diff --git a/docs/content/taxonomies/displaying.md b/docs/content/taxonomies/displaying.md index 725971234..5250e0bb1 100644 --- a/docs/content/taxonomies/displaying.md +++ b/docs/content/taxonomies/displaying.md @@ -1,7 +1,7 @@ --- aliases: - /indexes/displaying/ -lastmod: 2016-05-13 +lastmod: 2016-06-29 date: 2013-07-01 linktitle: Displaying menu: @@ -55,6 +55,10 @@ To list such taxonomy use the following: {{ range $index, $director := .Params.directors }}{{ if gt $index 0 }}, {{ end }}{{ . }}{{ end }} {{ end }} +Alternatively, you may use the [delimit]({{< relref "templates/functions.md#delimit" >}}) +template function as a shortcut if the taxonomies should just be listed +with a separator. See {{< gh 2143 >}} on GitHub for discussion. + ## 2. Listing content with the same taxonomy term First, you may be asking why you would use this. If you are using a