aboutsummaryrefslogtreecommitdiffstats
path: root/docs/theming.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/theming.txt')
-rw-r--r--docs/theming.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/theming.txt b/docs/theming.txt
index 99492ab..1886741 100644
--- a/docs/theming.txt
+++ b/docs/theming.txt
@@ -8,7 +8,7 @@
Theming Nikola
==============
-:Version: 6.2.1
+:Version: 6.3.0
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
.. class:: alert alert-info pull-right
@@ -172,6 +172,10 @@ These are the templates that come with the included themes:
Used to display the list of tags and categories. ``tag.tmpl`` is used to show the contents
of a single tag or category.
+``tagindex.tmpl``
+ Used to display tag indexes, if ``TAG_PAGES_ARE_INDEXES`` is True.
+ By default, it just inherits ``index.tmpl``.
+
You can add other templates for specific pages, which the user can then use in his ``POSTS``
or ``PAGES`` option in ``conf.py``. Also, keep in mind that your theme is yours,
there is no reason why you would need to maintain the inheritance as it is, or not