Merge pull request #1 from ericholscher/downloads

Add download fixes
This commit is contained in:
Dave Snider 2013-10-21 19:13:48 -07:00
commit 2a1ffff017

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>.
Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>.
</div>
</div>
{% endif %}