cach-radio/inc/themes/castanet/layouts/partials/taxonomy-episodes.html

10 lines
259 B
HTML
Raw Normal View History

2022-12-15 22:36:40 +01:00
{{ if isset $.Site.Params "site_layout" }}
{{ if eq $.Site.Params.site_layout "grid" }}
{{- partial "grid-taxonomy.html" . }}
{{ else }}
{{- partial "row-taxonomy.html" . }}
{{ end }}
{{ else }}
{{- partial "row-taxonomy.html" . }}
{{ end }}