mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-16 02:00:44 +00:00
7 lines
147 B
HTML
7 lines
147 B
HTML
{{ define "main" }}
|
|
{{ range .Paginator.Pages }}
|
|
{{ partial "list.html" . }}
|
|
{{ end }}
|
|
{{ partial "pagination.html" . }}
|
|
{{ end }}
|