refactors/revises theme layouts

This commit is contained in:
Huy Tran 2018-07-21 06:32:00 +10:00
parent f1605d3802
commit 5701197651
15 changed files with 80 additions and 55 deletions

View file

@ -0,0 +1,11 @@
{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "portfolio/content.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "footer.html" . }}
{{- end }}