Remove fixed single and correct the default one

This commit is contained in:
Alexis Tacnet
2017-01-04 01:16:24 +01:00
parent 1e58948395
commit 85ce527b0b
2 changed files with 4 additions and 13 deletions

View File

@@ -2,7 +2,10 @@
<section class="main">
<div class="container">
<div class="content">
{{ .Content }}
{{ partial "page-heading.html" . }}
<div class="markdown">
{{ .Content }}
</div>
</div>
</div>
</section>