culinary.kemonine.info/themes/hugo-theme-techdoc/layouts/blog/list.html

9 lines
206 B
HTML
Raw Normal View History

2022-12-03 15:27:03 +00:00
{{- define "main" -}}
<h1>{{ .Title }}</h1>
{{- .Content -}}
{{ range (.Paginate ( first 50 .Data.Pages )).Pages }}
{{ .Render "summary"}}
{{ end }}
{{ template "_internal/pagination.html" . }}
{{- end -}}