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

11 lines
222 B
HTML

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