display taxonomies per taxon

This commit is contained in:
Ashla
2025-04-15 22:34:14 -04:00
parent ea88357a25
commit c9bfc1a977
3 changed files with 8 additions and 8 deletions

View File

@ -61,9 +61,9 @@
{%- if page.taxonomies -%}
{%- for name, taxon in page.taxonomies %}
<ul class="tags">
<ul class="taxonomies">
{%-for item in taxon -%}
<li><a class="tag" href="{{ get_taxonomy_url(kind=name, name=item, lang=lang) }}">{{ item }}</a></li>
<li><a class="taxon" href="{{ get_taxonomy_url(kind=name, name=item, lang=lang) }}">{{ item }}</a></li>
{%- endfor %}
</ul>
{%- endfor -%}