This template produces a <ul> list of the terms in the provided taxonomy. The taxonomy is passed to the template via the `.term` argument, which is a string name of the taxnomy.
2 lines
146 B
HTML
2 lines
146 B
HTML
{{ partial "page/taxonomy_list.html" (dict "page" . "term" "categories") }}
|
|
{{ partial "page/taxonomy_list.html" (dict "page" . "term" "tags") }}
|