summaryrefslogtreecommitdiffstats
path: root/templates/html/htmljsnavtree.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmljsnavtree.tpl')
-rw-r--r--templates/html/htmljsnavtree.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/htmljsnavtree.tpl b/templates/html/htmljsnavtree.tpl
index fef1819..30cfb2a 100644
--- a/templates/html/htmljsnavtree.tpl
+++ b/templates/html/htmljsnavtree.tpl
@@ -45,7 +45,7 @@ var NAVTREE =
var NAVTREEINDEX =
[
-{% with navlist=index.nav|flatten|listsort:config.HTML_FILE_EXTENSION|prepend:'{{file}}'|append:'#{{anchor}}' navpages=navlist|paginate:250 %}
+{% with navlist=index.nav|flatten|keep:'addToIndex'|listsort:config.HTML_FILE_EXTENSION|prepend:'{{file}}'|append:'#{{anchor}}' navpages=navlist|paginate:250 %}
{% for page in navpages %}
"{{ page.0.file }}{{ config.HTML_FILE_EXTENSION }}{% if page.0.anchor %}#{{ page.0.anchor }}{% endif %}"{% if not forloop.last %},{%endif %}
{% with idx=forloop.counter0 entries=page %}