mirror of
https://github.com/rough-stuff/rough.git
synced 2026-02-14 23:45:05 -05:00
Update default.html
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user