hugo-theme-hyde-hyde/layouts/partials/page-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

6 lines
160 B
HTML

<span class="section__title">{{ .Title }}</span>
<ul class="posts">
{{- with .Data.Pages -}}
{{ partial "posts-list.html" . }}
{{- end }}
</ul>