mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-11-28 23:16:39 +01: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" . }}
|