Fixes logo path on docs and introduces makefile

This commit is contained in:
Manuel Ebert 2013-11-05 11:59:32 -08:00
parent bb5f8141ee
commit bc9b8600a7
2 changed files with 20 additions and 1 deletions

View file

@ -14,7 +14,7 @@
{%- block sidebar2 %}
<aside>
<a href="/" id="logolink" title="jrnl"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" width="90px" height="98px" title="jrnl"/></a>
<a href="{{ pathto('index') }}" id="logolink" title="jrnl"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" width="90px" height="98px" title="jrnl"/></a>
<h2>Documentation</h2>
{{ toctree() }}
{%- include "searchbox.html" %}