Skip to content

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

@jasonrogena

Description

@jasonrogena

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions