mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2026-04-14 14:24:18 +02:00
10 lines
193 B
HTML
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" . }}
|