Closes #1669: make "language" available in HTML templates.

This commit is contained in:
Georg Brandl
2015-01-10 19:40:59 +01:00
parent 0071ac8399
commit dee3e60ee6
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ Features added
--------------
* Added ``highlight_options`` configuration value.
* The ``language`` config value is now available in the HTML templates.
Bugs fixed
----------