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

12 lines
220 B
HTML
Raw Normal View History

2018-07-20 20:32:00 +00:00
{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "portfolio/content.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "footer.html" . }}
{{- end }}