3 lines
115 B
HTML
3 lines
115 B
HTML
{{ $paginator := .Paginate (where (where .Site.Pages "Type" "post") "IsPage" true) }}
|
|
{{ partial "posts.html" . }}
|