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

Theme is broken on Hugo 0.57 #52

Closed
AngeloStavrow opened this issue Aug 18, 2019 · 1 comment · Fixed by #53
Closed

Theme is broken on Hugo 0.57 #52

AngeloStavrow opened this issue Aug 18, 2019 · 1 comment · Fixed by #53
Assignees
Labels
bug report Something isn't working

Comments

@AngeloStavrow
Copy link
Owner

AngeloStavrow commented Aug 18, 2019

Describe the bug
As described in this hugoThemes issue, the way lists are rendered breaks in Indigo with Hugo 0.57.0; this has been temporarily rolled back in 0.57.2 but will be brought back with 0.58.

UPDATE: let's consider the following out of scope to move this forward faster
Additionally, make sure that we're following the Hugo themes submission guidelines here.

@AngeloStavrow AngeloStavrow added the bug report Something isn't working label Aug 18, 2019
@AngeloStavrow AngeloStavrow self-assigned this Aug 18, 2019
@AngeloStavrow AngeloStavrow changed the title Theme is broken on latest version of Hugo Theme is broken on Hugo 0.57 Aug 18, 2019
@AngeloStavrow
Copy link
Owner Author

There are three incidences of .Pages according to this search. The warning message we get when building Indigo on 0.57.2 is:

$ hugo server -D --disableFastRender
Building sites … WARN 2019/08/23 07:55:40 In the next Hugo version (0.58.0) we will change how $home.Pages behaves. If you want to list all regular pages, replace .Pages or .Data.Pages with .Site.RegularPages in your home page template.

It sounds like we only need to make the change in layouts/index.html, but I need to also understand how this will impact lists of posts in layouts/_default/list.html and the RSS feed in layouts/index.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant