This adds the dictionary series to the generator context, so that a list of all series and relative articles is available for templates.
This also improves the tests, adding checks of the behaviour of the series_index metadata, and improves the documentation.
I also fixed an issue with indexes greater than 10. The code wasn't converting index into an integer, so the ordering was wrong from 10 onwards.
This adds the dictionary
series
to the generator context, so that a list of all series and relative articles is available for templates. This also improves the tests, adding checks of the behaviour of theseries_index
metadata, and improves the documentation. I also fixed an issue with indexes greater than 10. The code wasn't converting index into an integer, so the ordering was wrong from 10 onwards.