InkSoul/themes/meme_cdn/layouts/taxonomy/category.terms.html

7 lines
194 B
HTML

{{ define "main" }}
{{ if .Site.Params.enableTree }}
{{ partial "pages/tree-categories.html" . }}
{{ else }}
{{ partial "pages/taxonomy.html" . }}
{{ end }}
{{ end }}