aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/index.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-23 12:36:52 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-23 12:36:52 +1200
commitb91999507e662cbcce6c7968647d8cbac54fbcb5 (patch)
tree91c06c196877ba86c59ea726812994dd2e164dc1 /doc-src/index.py
parent3161a5be22d03509bd8eaf80b13570980a5b9fbe (diff)
downloadmitmproxy-b91999507e662cbcce6c7968647d8cbac54fbcb5.tar.gz
mitmproxy-b91999507e662cbcce6c7968647d8cbac54fbcb5.tar.bz2
mitmproxy-b91999507e662cbcce6c7968647d8cbac54fbcb5.zip
Move websitelayout to website.
Diffstat (limited to 'doc-src/index.py')
-rw-r--r--doc-src/index.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc-src/index.py b/doc-src/index.py
index 52b9c31a..b049e3ce 100644
--- a/doc-src/index.py
+++ b/doc-src/index.py
@@ -15,10 +15,9 @@ ns.VERSION = version.VERSION
if ns.options.website:
ns.idxpath = "doc/index.html"
- this.layout = countershape.Layout("_websitelayout.html")
else:
ns.idxpath = "index.html"
- this.layout = countershape.Layout("_layout.html")
+this.layout = countershape.Layout("_layout.html")
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
this.titlePrefix = "%s - " % version.NAMEVERSION