cach-radio/inc/themes/castanet/layouts/section/blog.html

12 lines
305 B
HTML
Raw Permalink Normal View History

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