mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Allow comments on any page, and use index.html on all sections
Addressing #56
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
{{ partial "header.html" . }}
|
||||
<div class="main column">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
{{ partial "page-heading.html" . }}
|
||||
<div class="markdown">
|
||||
{{ partial "content" . }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ if in .Site.Params.blogs .Section }}
|
||||
{{ partial "blog_single.html" . }}
|
||||
{{ else }}
|
||||
{{ partial "base_single.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
Reference in New Issue
Block a user