Allow comments on any page, and use index.html on all sections

Addressing #56
This commit is contained in:
Michael Noronha
2018-06-16 13:09:21 -05:00
parent 2aa11b9320
commit daa4134e7a
4 changed files with 21 additions and 14 deletions

View File

@@ -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" . }}