Prefix term with taxonomy title (#369)

* Prefix term with taxonomy title

Fix list layout to properly prefix a term with the taxonomy title.

* Replace taxonomy with term kind in title

* Set minimal version for updated taxonomy kinds

* Set minimal version for updated taxonomy kinds

* Update CONTRIBUTORS.md
This commit is contained in:
Robert
2020-07-27 01:33:41 +02:00
committed by GitHub
parent 0678ffe608
commit 87f9e89048
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<section class="container list">
<h1 class="title">
{{- if eq .Kind "taxonomy" -}}
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}