diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-01-01 16:35:52 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-01-01 16:35:52 +1300 |
commit | e93b343ac4917979f912afe5a2f0bbc8be0b28d7 (patch) | |
tree | 436838cb3998ef0ec6054c95dba252808dc718a1 /doc-src/_layout.html | |
parent | 8b768983a7130c1c1b5fa4dc135592282c2baa48 (diff) | |
download | mitmproxy-e93b343ac4917979f912afe5a2f0bbc8be0b28d7.tar.gz mitmproxy-e93b343ac4917979f912afe5a2f0bbc8be0b28d7.tar.bz2 mitmproxy-e93b343ac4917979f912afe5a2f0bbc8be0b28d7.zip |
Docs and Readme
- Don't keep a full duplicate readme just for pypi. Pypi really needs to
learn to read markdown.
- Style and content adjustments
Diffstat (limited to 'doc-src/_layout.html')
-rw-r--r-- | doc-src/_layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/_layout.html b/doc-src/_layout.html index d2d73249..826279ef 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -17,7 +17,7 @@ <div class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> - $!nav("intro.html", this, state)!$ + $!nav("index.html", this, state)!$ $!nav("install.html", this, state)!$ $!nav("mitmproxy.html", this, state)!$ $!nav("mitmdump.html", this, state)!$ @@ -58,7 +58,7 @@ </div> <div class="span9"> - <h1>@!pageTitle!@</h1> + <h1>@!this.title!@</h1> $!body!$ </div> |