monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
537 stars 338 forks source link

Broken pagination if .Site.Params.showAllPostsArchive not set #83

Open jasonrogena opened 3 years ago

jasonrogena commented 3 years ago

Seems this pull request introduced an issue where if the .Site.Params.showAllPostsArchive variable is not set, pagination breaks such that you only see the first page. The README suggests that the default value for .Site.Params.showAllPostsArchive is false. Temporary fix is to add the following in the site's config.toml:

[params]
  showAllPostsArchive = false