Restructures and refactores the partial layouts
This commit is contained in:
parent
55d7de3e96
commit
6139c76987
8 changed files with 15 additions and 50 deletions
|
@ -3,7 +3,7 @@
|
|||
{{- end -}}
|
||||
|
||||
{{ define "content" -}}
|
||||
{{ partial "list_content.html" . }}
|
||||
{{ partial "content_list.html" . }}
|
||||
{{- end -}}
|
||||
|
||||
{{ define "footer" -}}
|
||||
|
|
|
@ -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 -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue