summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlindexpages.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlindexpages.tpl')
-rw-r--r--templates/html/htmlindexpages.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/htmlindexpages.tpl b/templates/html/htmlindexpages.tpl
index eacf122..ba59b2f 100644
--- a/templates/html/htmlindexpages.tpl
+++ b/templates/html/htmlindexpages.tpl
@@ -9,7 +9,7 @@
{% for sect in index %}
{% with letter=sect.letter %}
{% set page_postfix=section|append:'_'|append:sect.label %}
- {% indexentry nav name=letter file=page.fileName|append:page_postfix anchor='' isReference=False separateIndex=False %}
+ {% indexentry nav name=letter file=page.fileName|append:page_postfix anchor='' isReference=False separateIndex=False addToIndex=True %}
{# create index pages for all globals starting with a specific letter #}
{% create page.fileName|append:page_postfix|append:config.HTML_FILE_EXTENSION from template %}
{% endwith %}