diff options
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r-- | docs/_layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 14fca90..558c8e4 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -18,7 +18,8 @@ <a href="{{ site.github.repository_url }}" class="btn">Ver no GitHub</a> {% endif %} {% if site.show_downloads %} - <a href="{{ site.github.zip_url }}" class="btn">Download código fonte (.zip)</a> + <a href="{{ site.github.zip_url }}" class="btn">Download para Windows</a> + <a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> |