hugo-theme-hyde-hyde/layouts/portfolio/list.html
2018-07-27 11:04:16 +10:00

11 lines
230 B
HTML

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