diff options
Diffstat (limited to 'doc-src/_websitelayout.html')
-rw-r--r-- | doc-src/_websitelayout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html index 0404619b..061e8504 100644 --- a/doc-src/_websitelayout.html +++ b/doc-src/_websitelayout.html @@ -1,7 +1,6 @@ <a href="http://github.com/cortesi/mitmproxy"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a> <div class="yui-t7" id="doc"> <div style="" id="hd"> - <h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1> <div class="HorizontalNavBar"> <ul> <li class="inactive"><a href="@!urlTo("/index.html")!@">home</a></li> @@ -9,6 +8,7 @@ <li class="inactive"><a href="@!urlTo("/about.html")!@">about</a></li> </ul> </div> + <h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1> <br> <p>an SSL-capable man-in-the-middle proxy</p> </div> @@ -29,7 +29,7 @@ </div> <!--(end)--> $!nav if this.title!="docs" else ""!$ - $!title if this.title!="docs" else "<h1>mitmproxy 0.6 docs</h1>"!$ + $!title if this.title!="docs" else "<h1>mitmproxy 0.7 docs</h1>"!$ $!body!$ </div> </div> |