Files
cocoa-eh-hugo-theme/layouts/_default/single.html
2018-06-16 23:34:12 -05:00

10 lines
193 B
HTML

{{ partial "header.html" . }}
{{ if in .Site.Params.blogs .Section }}
{{ partial "blog_single.html" . }}
{{ else }}
{{ partial "base_single.html" . }}
{{ end }}
{{ partial "footer.html" . }}