-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Option to not generate aliases for first page of pagination pages #12572
Comments
We currently have a // Loaded from the 'pagination' key in hugo.toml.
type struct PaginationConfig {
DefaultPageSize int // old paginate
DisableAliases bool
Path string // old paginatePath
} And make sure that the old config setup also works. |
We also have |
I just saw something like this in a site config:
The pagination path is different for each language. Not sure how that's going to work if we include it in the struct above. |
I don't see how that will be a problem, the above will still work. We will want to eventually deprecate [languages.de]
weight = 2
[languages.de.pagination]
path = "page-de" |
Also consolidate the pagination configuration into a struct. Closes gohugoio#12572
Also consolidate the pagination configuration into a struct. Closes gohugoio#12572
Also consolidate the pagination configuration into a struct. Closes #12572
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
https://discourse.gohugo.io/t/pagination-seems-to-create-aliases/22422/6?u=razon
The text was updated successfully, but these errors were encountered: