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

Taxonomy list regression in 0.65 #6918

Closed
jlelse opened this issue Feb 20, 2020 · 1 comment
Closed

Taxonomy list regression in 0.65 #6918

jlelse opened this issue Feb 20, 2020 · 1 comment

Comments

@jlelse
Copy link

jlelse commented Feb 20, 2020

What version of Hugo are you using (hugo version)?

$ hugo version

Hugo Static Site Generator v0.65.0/extended windows/amd64 BuildDate: unknown

Does this issue reproduce with the latest release?

Yes.

With the latest version (0.65), lists in taxonomies don't work anymore. With the previous version all tags got listed when visitig /tags. Now /tags is empty. The relevant paginator code in layouts/_default/list.html looks as follows:

{{ range .Paginator.Pages }}
	{{ .Title }}
{{ end }}

This is also just for taxonomies. Section lists, taxonomyTerm list etc. work all fine.

@github-actions
Copy link

github-actions bot commented Feb 7, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants