diff options
Diffstat (limited to 'doc-src/_layout.html')
-rw-r--r-- | doc-src/_layout.html | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/doc-src/_layout.html b/doc-src/_layout.html index b0e68abd..287bca87 100644 --- a/doc-src/_layout.html +++ b/doc-src/_layout.html @@ -1,22 +1,27 @@ <div id="doc"> <div style="" id="hd" class="doc"> + <!--(block nav)--> <div id="nav"> - <!--(block pb)--> - <a href="@!urlTo(previous)!@">prev</a> - <!--(end)--> - <!--(block nb)--> - <a href="@!urlTo(next)!@">next</a> - <!--(end)--> - $!pb if previous else "prev"!$ | - <a href="@!urlTo('index.html')!@">index</a> | - $!nb if next else "next"!$ + <!--(block pb)--> + <a href="@!urlTo(previous)!@">prev</a> + <!--(end)--> + <!--(block nb)--> + <a href="@!urlTo(next)!@">next</a> + <!--(end)--> + $!pb if previous else "prev"!$ | + <a href="@!urlTo('/index.html')!@">index</a> | + $!nb if next else "next"!$ </div> - - $!title!$ + <!--(end)--> + $!nav if this.title!="docs" else ""!$ + <h1><a href="@!urlTo("/index.html")!@">mitmproxy docs</a></h1> </div> <div id="bd"> <div id="yui-main"> - <div style="" class="yui-b">$!body!$</div> + <div style="" class="yui-b"> + $!title if this.title!="docs" else ""!$ + $!body!$ + </div> </div> </div> <div style="" id="ft" class="doc"> |