hugo-theme-hyde-hyde/layouts/portfolio/list.html
2018-07-21 06:32:00 +10:00

11 lines
220 B
HTML

{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "portfolio/content.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "footer.html" . }}
{{- end }}