Update default.html

This commit is contained in:
Preet
2017-01-24 17:55:38 -08:00
committed by GitHub
parent ece5e22179
commit 869fbaf55e

View File

@@ -17,7 +17,7 @@
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
{% endif %}
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="./builds/rough.zip" class="btn">Download .zip</a>
<!-- <a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> -->
{% endif %}
</section>