diff --git a/images/screenshot.png b/images/screenshot.png index 1c5fff5..c16777f 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 9ea329a..8e7e54a 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/layouts/partials/homepage.html b/layouts/partials/homepage.html index dafb303..2dcfec7 100644 --- a/layouts/partials/homepage.html +++ b/layouts/partials/homepage.html @@ -5,7 +5,7 @@

Recent Posts

- {{ $paginator := .Paginate (where .Data.Pages "Section" "post") (or .Site.Params.paginate 3) }} + {{ $paginator := .Paginate (where .Site.RegularPages "Section" "post") (or .Site.Params.paginate 3) }}
{{ range $paginator.Pages }} {{ partial "article-list-item.html" . }}