Files
site/themes/minimo/layouts/_default/terms.html
2021-09-06 13:02:12 -04:00

16 lines
369 B
HTML

{{ partial "header" . }}
{{ partial "header/header" . }}
{{ if .Content }}
<div class='entry'>
{{ partial "entry/content" . }}
</div>
{{ end }}
{{- $shuffle := .Site.Params.settings.taxonomyCloudShuffle -}}
{{- $taxonomy := .Data.Plural -}}
{{ partial "extras/taxonomy_cloud" ( dict "Taxonomy" $taxonomy "Shuffle" $shuffle "Scope" . ) }}
{{ partial "footer" . }}