aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_layout.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-22 17:13:58 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-22 17:13:58 +1200
commitba070bf9474fc6db70a6693b1603503682476776 (patch)
tree495ea89470faf97de5f2bf33c3b36678d6f345c3 /doc-src/_layout.html
parent98bc983dab448c544aabfb670db9d19a195a8c42 (diff)
downloadmitmproxy-ba070bf9474fc6db70a6693b1603503682476776.tar.gz
mitmproxy-ba070bf9474fc6db70a6693b1603503682476776.tar.bz2
mitmproxy-ba070bf9474fc6db70a6693b1603503682476776.zip
docs: bootstrap theme + logo
Diffstat (limited to 'doc-src/_layout.html')
-rw-r--r--doc-src/_layout.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc-src/_layout.html b/doc-src/_layout.html
index 871e3ad7..0a12e25e 100644
--- a/doc-src/_layout.html
+++ b/doc-src/_layout.html
@@ -12,7 +12,12 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="@!urlTo(idxpath)!@">mitmproxy $!VERSION!$ docs</a>
+ <a class="navbar-brand" href="@!urlTo("/index.html")!@">
+ <img height="20px" src="@!urlTo("mitmproxy-long.png")!@"/>
+ </a>
+ </div>
+ <div class="navbar-header navbar-right">
+ <a class="navbar-brand" hre="#">$!VERSION!$ docs</a>
</div>
</div>
</div>