mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Allow comments on any page, and use index.html on all sections
Addressing #56
This commit is contained in:
10
layouts/partials/base_single.html
Normal file
10
layouts/partials/base_single.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="main column">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
{{ partial "page-heading.html" . }}
|
||||
<div class="markdown">
|
||||
{{ partial "content" . }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user