Restructures and refactores the partial layouts

This commit is contained in:
Huy Tran 2018-04-09 07:52:06 +10:00
parent 55d7de3e96
commit 6139c76987
8 changed files with 15 additions and 50 deletions

View file

@ -3,7 +3,7 @@
{{- end -}}
{{ define "content" -}}
{{ partial "list_content.html" . }}
{{ partial "content_list.html" . }}
{{- end -}}
{{ define "footer" -}}

View file

@ -3,9 +3,9 @@
{{- end -}}
{{ define "content" -}}
{{ partial "post_content.html" . }}
{{ partial "content_single.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "post_footer.html" . }}
{{ partial "commenting.html" . }}
{{- end -}}