From ee838f05902850c9cf96fdcb849d7d79a5f97fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 24 Nov 2022 21:24:43 +0000 Subject: [PATCH] fixed bug --- exampleSite/config/_default/config.toml | 2 +- layouts/_default/list.html | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index f5712daf..a933db89 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -7,7 +7,7 @@ baseURL = "https://nunocoracao.github.io/blowfish" defaultContentLanguage = "en" enableRobotsTXT = true -paginate = 10 +paginate = 20 summaryLength = 30 buildDrafts = false diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 05a88421..0919d81c 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -227,7 +227,6 @@ {{ end }} {{ end }} - {{ partial "pagination.html" . }} {{ end }} {{ else }} @@ -237,4 +236,8 @@

{{ end }} - {{ end }} \ No newline at end of file + + {{ partial "pagination.html" . }} + + {{ end }} + \ No newline at end of file