{{ partial "head.html" . }}
{{ partial "header.html" . }} {{ partial "sidebar.html" . }} {{ if or (not (isset .Site.Params "categoryPagination")) (.Site.Params.categoryPagination) }} {{ partial "post/header-cover.html" . }} {{ end }}
{{ if or (not (isset .Site.Params "categoryPagination")) (.Site.Params.categoryPagination) }}
{{ $paginator := .Paginate (where .Data.Pages "Type" "post") }} {{ range $paginator.Pages }} {{ .Render "summary" }} {{ end }} {{ partial "pagination.html" . }}
{{ else }}
{{ partial "archive-post.html" (where .Data.Pages "Type" "post") }}
{{ end }} {{ partial "footer.html" . }}
{{ partial "foot.html" . }}