blog/layouts/partials/category.html

2 lines
93 B
HTML

{{ $paginator := .Paginate (where .Data.Pages "IsPage" true) }}
{{ partial "posts.html" . }}