pelican-plugins / series

Series is a Pelican plugin that joins multiple posts into a series
11 stars 4 forks source link

`series` variable is not present in the global context #24

Closed GiovanH closed 1 year ago

GiovanH commented 1 year ago

When trying to reference series in a template page in TEMPLATE_PAGES, I get the jinja error UndefinedError: 'series' is undefined I don't see a test for this either.

This probably needs to go under all_generators_finalized, since article_generator_finalized only processes article generators, not page generators.