Skip to content

SectionWidget does not support Jekyll #8

@ncphillips

Description

@ncphillips

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions