docs: Add additional example for taxonomies listing
authorRoy Reveltas <roy@codeandsend.com>
Fri, 13 May 2016 07:51:36 +0000 (08:51 +0100)
committerAnthony Fok <foka@debian.org>
Thu, 30 Jun 2016 04:36:34 +0000 (22:36 -0600)
Add another example how to list taxonomies inline,
adding title (singular or plural) and commas between taxonomies.

See #2143

docs/content/taxonomies/displaying.md

index 9a3577c1c42672531fb5fdc8b4785b2355d9b67e..7259712346a4b3954f9b90da4e80b3a3f680881a 100644 (file)
@@ -1,7 +1,7 @@
 ---
 aliases:
 - /indexes/displaying/
-lastmod: 2015-05-22
+lastmod: 2016-05-13
 date: 2013-07-01
 linktitle: Displaying
 menu:
@@ -42,6 +42,19 @@ each content piece are located in the usual place
       {{ end }}
     </ul>
 
+If you want to list taxonomies inline, you will have to take
+care of optional plural ending in the title (if multiple taxonomies),
+as well as commas. Let's say we have a taxonomy "directors" such as
+`directors: [ "Joel Coen", "Ethan Coen" ]` in the TOML-format front matter.
+To list such taxonomy use the following:
+
+### Example
+
+    {{ if .Params.directors }}
+      <strong>Director{{ if gt (len .Params.directors) 1 }}s{{ end }}:</strong>
+      {{ range $index, $director := .Params.directors }}{{ if gt $index 0 }}, {{ end }}<a href="directors/{{ . | urlize }}">{{ . }}</a>{{ end }}
+    {{ end }}
+
 ## 2. Listing content with the same taxonomy term
 
 First, you may be asking why you would use this. If you are using a