mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add new option for controlling whether to display categories on menu or not
Conflicts: docs/changelog.rst pelican/tests/output/basic/tag/bar.html pelican/tests/output/basic/tag/baz.html pelican/tests/output/basic/tag/foo.html pelican/tests/output/custom/tag/bar.html pelican/tests/output/custom/tag/baz.html pelican/tests/output/custom/tag/foo.html
This commit is contained in:
parent
f35206660b
commit
e042e11c23
66 changed files with 136 additions and 126 deletions
|
|
@ -7,6 +7,8 @@ Release history
|
|||
* Support for Python 3!
|
||||
* Ensure exceptions are raised if they take place during processing
|
||||
with autoreload enabled with debug enabled.
|
||||
* Provide ability to show or hide categories from menu using
|
||||
``DISPLAY_CATEGORIES_ON_MENU`` option.
|
||||
|
||||
3.1 (2012-12-04)
|
||||
================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue