-
Notifications
You must be signed in to change notification settings - Fork 0
SectionWidget does not support Jekyll #8
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers