Restructures the templates

This commit is contained in:
Huy Tran 2018-07-10 11:41:30 +10:00
parent 6b929ff8e0
commit f4aa888a5c
14 changed files with 108 additions and 128 deletions

View file

@ -7,6 +7,8 @@
{{- end -}}
{{ define "footer" -}}
{{ partial "highlight.html" . }}
{{ partial "commenting.html" . }}
<div class="footer content">
{{- partial "highlight.html" . -}}
{{- partial "commenting.html" . -}}
</div>
{{- end -}}