forked from github/pelican
generator.categories is now a list of (category, articles) instead of a dict. This is to avoid using ordered dicts that have been introduces in python 2.7, so we stay as much as possible compatible with older versions. This fixes #62. Thanks to Bruno for the report. |
||
|---|---|---|
| .. | ||
| _static | ||
| _themes | ||
| fr | ||
| conf.py | ||
| faq.rst | ||
| getting_started.rst | ||
| index.rst | ||
| internals.rst | ||
| Makefile | ||
| settings.rst | ||
| themes.rst | ||