We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ccd53 commit b28c464Copy full SHA for b28c464
docs/_layouts/default.html
@@ -26,10 +26,6 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
26
{% if site.github.is_project_page %}
27
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
28
{% 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 %}
33
</header>
34
35
<main id="content" class="main-content" role="main">
0 commit comments