refactors layouts for single and list, header, footer

This commit is contained in:
Huy Tran 2018-07-27 10:02:49 +10:00
parent e980cbedc8
commit 09d87e1da0
13 changed files with 14 additions and 36 deletions

View file

@ -8,10 +8,6 @@
{{- end -}}
{{ define "footer" -}}
<div class="container content">
{{- partial "page-single/commenting.html" . -}}
</div>
{{- partial "highlight-js.html" . -}}
{{ partial "footer.html" . }}
{{ partial "page-single/footer.html" . }}
{{ partial "page-single/variables-deinit.html" . }}
{{- end -}}