Update default.html

This commit is contained in:
Preet
2017-01-24 17:52:40 -08:00
committed by GitHub
parent 5dac6dec57
commit 54b26cd431

View File

@@ -12,12 +12,13 @@
<section class="page-header">
<h1 class="project-name">Rough.js</h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
<a href="https://github.com/pshihn/rough/wiki/Examples" class="btn">Gallery</a>
{% if site.github.is_project_page %}
<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="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
<!-- <a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> -->
{% endif %}
</section>