refactor taxonomy layout and improve table styling

This commit is contained in:
2025-06-06 18:45:54 -06:00
parent cfa3fa5bea
commit d4ac24c869
6 changed files with 113 additions and 8 deletions

View File

@ -23,7 +23,7 @@
</td>
<td>
{{ range $key, $value := $taxonomy }}
{{ partial "term-link.html" (dict "name" $key "taxonomy" $taxonomyname) }}
{{ partial "term-link.html" (dict "name" $value.Page.Title "taxonomy" $taxonomyname) }}
{{ end }}
</td>
</tr>