ribice / kiss

Stupidly simple Hugo blogging theme
https://themes.gohugo.io/theme/kiss/
MIT License
295 stars 130 forks source link

After nav's page transition, page view is not change #83

Closed mogimogitomato closed 4 years ago

mogimogitomato commented 4 years ago

When I press nav's link, page view isn't change after nav's page transition. In Hugo's reference(maybe since v0.57.2..?), .Site.RegularPages return Collection of only regular pages, and .RegularPages return Collection of only regular pages under the current list page .

In kiss, layouts/_default/list.html called index.html, and in index.html .Site.RegularPages only used. So I fix RegularPages's context, and sent PR. Best Regards.

ribice commented 4 years ago

Should be resolved with #84