hugo-theme-hyde-hyde/layouts/portfolio/list.html

12 lines
230 B
HTML
Raw Normal View History

2018-07-21 06:32:00 +10:00
{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "portfolio/content.html" . }}
{{- end -}}
{{ define "footer" -}}
2018-07-27 11:04:16 +10:00
{{ partial "portfolio/footer.html" . }}
2018-07-21 06:32:00 +10:00
{{- end }}