hugo-theme-termlite/layouts/partials/page/footer.html

6 lines
261 B
HTML
Raw Normal View History

{{ if or hugo.IsDevelopment .Draft }}
{{ partial "page/taxonomy_draft.html" (dict "page" .) }}
{{ end }}
{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "categories") }}
{{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "tags") }}