aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/index.py')
-rw-r--r--doc-src/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/index.py b/doc-src/index.py
index 8f18e714..f222de14 100644
--- a/doc-src/index.py
+++ b/doc-src/index.py
@@ -15,7 +15,6 @@ else:
ns.idxpath = "index.html"
this.layout = countershape.Layout("_layout.html")
-
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
this.titlePrefix = "%s - " % version.NAMEVERSION
this.markup = markup.Markdown(extras=["footnotes"])
@@ -72,6 +71,7 @@ def nav(page, current, state):
p = state.application.getPage(page)
return pre + '<a href="%s">%s</a></li>'%(model.UrlTo(page), p.title)
ns.nav = nav
+ns.navbar = countershape.template.File(None, "_nav.html")
pages = [
Page("index.html", "Introduction"),