mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +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" . }}
|