Skip to content

Commit b28c464

Browse files
committed
Update default.html
1 parent 00ccd53 commit b28c464

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/_layouts/default.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
2626
{% if site.github.is_project_page %}
2727
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
2828
{% endif %}
29-
{% if site.show_downloads %}
30-
<a href="{{ site.github.zip_url }}" class="btn">Download {{ site.github.version }} .zip (win64)</a>
31-
<a href="{{ site.github.tar_url }}" class="btn">Download {{ site.github.version }} .tar.gz (unix)</a>
32-
{% endif %}
3329
</header>
3430

3531
<main id="content" class="main-content" role="main">

0 commit comments

Comments
 (0)