fix logo link, fixes #104

This commit is contained in:
Friedrich Lindenberg 2014-08-08 10:18:27 +02:00
parent a7af42dd02
commit 1bdd35ee84

View File

@ -1,4 +1,4 @@
<a style="border:0" href="index.html"><img src="_static/dataset-logo.png" alt="dataset" /></a> <a style="border:0" href="index.html"><img src="{{ pathto('_static/dataset-logo.png', 1) }}" alt="dataset" /></a>
<p style="font-style:italic;font-size:0.9em; text-align:center; margin-bottom:1.5em">Because managing databases in Python should be as simple as reading and writing JSON files.</p> <p style="font-style:italic;font-size:0.9em; text-align:center; margin-bottom:1.5em">Because managing databases in Python should be as simple as reading and writing JSON files.</p>