blog/layouts/partials/portfolio.html

3 lines
93 B
HTML

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