Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes paginator issue since hugo v0.123.0 #170

Merged

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    967ccb5 View commit details
    Browse the repository at this point in the history
  2. Fixes paginator issue since hugo v0.123.0

    Pages of kind "page" don't allow the creation of a paginator (.Paginate
    or .Paginator) in the newest version of hugo.
    Pages of kind "section" (e.g. /posts) still allow the creation. This fix
    adds a check for the kind of page and excludes pages with kind "page"
    from creating a paginator.
    MichielVanDerWinden authored and hugo-sid committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    10aff14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    457a902 View commit details
    Browse the repository at this point in the history