diff options
Diffstat (limited to 'doc-src/index.py')
-rw-r--r-- | doc-src/index.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-src/index.py b/doc-src/index.py index 170839e7..07924e63 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -13,6 +13,7 @@ if ns.options.website: else: ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>") this.layout = countershape.Layout("_layout.html") + ns.docTitle = "mitmproxy" this.markup = markup.Markdown() ns.docMaintainer = "Aldo Cortesi" |