2024-10-12 10:45:52 -07:00
|
|
|
{{ if or hugo.IsDevelopment .Draft }}
|
|
|
|
{{ partial "page/taxonomy_draft.html" (dict "page" .) }}
|
|
|
|
{{ end }}
|
2024-08-02 15:47:33 -07:00
|
|
|
{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "categories") }}
|
|
|
|
{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "tags") }}
|