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

SectionWidget does not support Jekyll #8

Open
ncphillips opened this issue Jul 9, 2018 · 0 comments
Open

SectionWidget does not support Jekyll #8

ncphillips opened this issue Jul 9, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@ncphillips
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The SectionWidget never displays for content in Jekyll Sites.

This is because Forestry exports the list of sections as collections for Jekyll sites.

Describe the solution you'd like

Pseudocode

...
if (!settings["hugo_version"]) {
  settings["sections"] = settings["collections"]
}
...

Describe alternatives you've considered

None

@ncphillips ncphillips added enhancement New feature or request good first issue Good for newcomers labels Jul 9, 2018
@ncphillips ncphillips added this to the 1.0.0 milestone Jul 9, 2018
@ncphillips ncphillips added bug Something isn't working and removed enhancement New feature or request labels Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant