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