hugo-theme-hyde-hyde/layouts/_default/list.html
Huy Tran 7e03bb3c64 I want to automatically index elements like figures and tables
This change adds page-based counters for figures and tables using
Hugo .Scratch.

Adds automatic counters for figures and tables
2018-07-24 09:51:40 +10:00

11 lines
212 B
HTML

{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "page-list.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "footer.html" . }}
{{- end }}