mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add DISPLAY_TAGS_ON_MENU option (Fix #2244)
This commit is contained in:
parent
56a483475b
commit
dcd34b4a03
3 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ Next release
|
|||
============
|
||||
|
||||
* New signal: ``feed_generated``
|
||||
* Provide ability to show or hide tags from menu using
|
||||
``DISPLAY_TAGS_ON_MENU`` option
|
||||
|
||||
3.7.1 (2017-01-10)
|
||||
==================
|
||||
|
|
|
|||
|
|
@ -60,6 +60,11 @@ Basic settings
|
|||
Whether to display categories on the menu of the template. Templates may or
|
||||
not honor this setting.
|
||||
|
||||
.. data:: DISPLAY_TAGS_ON_MENU = False
|
||||
|
||||
Whether to display tags on the menu of the template. Templates may or not
|
||||
honor this setting.
|
||||
|
||||
.. data:: DOCUTILS_SETTINGS = {}
|
||||
|
||||
Extra configuration settings for the docutils publisher (applicable only to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue