Closed zxkane closed 4 years ago
What does your pull request fix/improve?
The index layout won't work since Hugo v0.58 which moves .Pages, .Data.Pages to .Site.RegularPages.
.Pages
.Data.Pages
.Site.RegularPages
If this pull request is related to an issue, state it.
What inspired you to to make these improvements? How will your changes improve the project?
The commits should be well tested before creating a pull request. How did you test this pull request?
Post the screenshots of your improvements in action.
@zxkane Thanks for the PR.
Description
What does your pull request fix/improve?
The index layout won't work since Hugo v0.58 which moves
.Pages
,.Data.Pages
to.Site.RegularPages
.Related Issue
If this pull request is related to an issue, state it.
Motivation and Context
What inspired you to to make these improvements? How will your changes improve the project?
Testing Procedure
The commits should be well tested before creating a pull request. How did you test this pull request?
Screenshots(if applicable)
Post the screenshots of your improvements in action.