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

12 lines
222 B
HTML
Raw Normal View History

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