summaryrefslogtreecommitdiffstats
path: root/docs/_layouts
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 15:42:53 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 15:42:53 -0300
commitec321e9cb7251d86d34cae5b763c9c410fb5defc (patch)
treee52ddf02dfcd1b4bccea7c72f5a6be29a213b396 /docs/_layouts
parent65b1434d8ab7a2e4b53984a1e0827780afc12194 (diff)
downloadPSP.git-ec321e9cb7251d86d34cae5b763c9c410fb5defc.tar.gz
PSP.git-ec321e9cb7251d86d34cae5b763c9c410fb5defc.tar.xz
PSP.git-ec321e9cb7251d86d34cae5b763c9c410fb5defc.zip
Add windows download
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/default.html3
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>