Welcome to mirror list, hosted at ThFree Co, Russian Federation.

taxonomy-episodes.html « partials « layouts - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3517976244c1b1474c824dd5b698a3d8e588f3c3 (plain)
1
2
3
4
5
6
7
8
9
{{ 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 }}