hugo-geekblog/layouts/_default/list.html

7 lines
147 B
HTML
Raw Normal View History

2020-07-06 20:55:32 +02:00
{{ define "main" }}
{{ range .Paginator.Pages }}
{{ partial "list.html" . }}
{{ end }}
{{ partial "pagination.html" . }}
{{ end }}