Add download fixes

This commit is contained in:
Eric Holscher 2013-10-21 18:16:16 -07:00
parent cee649a646
commit 3646b3a5f0

View File

@ -15,12 +15,13 @@
</dl>
<dl>
<dt>Downloads</dt>
<dd><a href="{{ url }}">PDF</a></dd>
<dd><a href="{{ url }}">Epub</a></dd>
<dd><a href="{{ url }}">Zip</a></dd>
{% for type, url in downloads %}
<dd><a href="{{ url }}">{{ type }}</a></dd>
{% endfor %}
</dl>
<hr/>
Free document hosting and versioning provided by <a href="http://www.readthedocs.org">Read the Docs</a>.
</div>
</div>
{% endif %}