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

7 lines
194 B
HTML
Raw Normal View History

2023-06-18 23:16:41 +08:00
{{ define "main" }}
{{ if .Site.Params.enableTree }}
{{ partial "pages/tree-categories.html" . }}
{{ else }}
{{ partial "pages/taxonomy.html" . }}
{{ end }}
{{ end }}