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
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.
The text was updated successfully, but these errors were encountered:
What version of Hugo are you using (
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:
This is also just for taxonomies. Section lists, taxonomyTerm list etc. work all fine.
The text was updated successfully, but these errors were encountered: