7e03bb3c64
This change adds page-based counters for figures and tables using Hugo .Scratch. Adds automatic counters for figures and tables
11 lines
212 B
HTML
11 lines
212 B
HTML
{{ define "header" -}}
|
|
{{ partial "header.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "content" -}}
|
|
{{ partial "page-list.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "footer" -}}
|
|
{{ partial "footer.html" . }}
|
|
{{- end }}
|