aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/templates/base.html')
-rw-r--r--doc/build/templates/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/templates/base.html b/doc/build/templates/base.html
index fc85470..acfcdba 100644
--- a/doc/build/templates/base.html
+++ b/doc/build/templates/base.html
@@ -23,6 +23,10 @@
version = toc.version
last_updated = toc.last_updated
+ if paged is UNDEFINED:
+ ispaged = True
+ else:
+ ispaged = paged
%>
<div id="topanchor"><a name="top"></a>&nbsp;</div>
@@ -33,7 +37,7 @@
<div class="versionheader">Version: ${version} Last Updated: ${time.strftime('%x %X', time.localtime(last_updated))}</div>
-${next.body(toc=toc)}
+${next.body(toc=toc, paged=ispaged)}