fixes #61, better link for mobile

This commit is contained in:
Dave Snider 2013-11-22 09:28:36 -08:00
parent d94604c3a4
commit fb4862ffb2

View File

@ -117,7 +117,7 @@
{# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
<nav class="wy-nav-top">
<i data-toggle="wy-nav-top" class="icon icon-reorder"></i>
<a href="/">{{ project }}</a>
<a href="{{ pathto(master_doc) }}">{{ project }}</a>
</nav>