6e16dfdc29
* add fix for (#1135) Taxonomies with identical slugs now get merged (#1136) * update templates so they propperly render taxonomy names * squash! add fix for (#1135) Taxonomies with identical slugs now get merged (#1136) reimplement taxonomy deduping * revert unwanted changes to templates * add tests for unic in permalinks * add tests for unic in permalinks
5 lines
116 B
HTML
5 lines
116 B
HTML
{% for author in terms %}
|
|
{{ author.name }} {{ author.slug }} {{ author.pages | length }}
|
|
{% endfor %}
|
|
{{lang}}
|