You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jasonrogena
added a commit
to jasonrogena/hugo-theme-cactus
that referenced
this issue
Jul 8, 2021
Allow, if .Site.Params.showAllPostsArchive is not set, the site to
function as if the variable has been set to false.
FixesmonkeyWzr#83
Signed-off-by: Jason Rogena <[email protected]>
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:The text was updated successfully, but these errors were encountered: