diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 15:42:53 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 15:42:53 -0300 |
commit | ec321e9cb7251d86d34cae5b763c9c410fb5defc (patch) | |
tree | e52ddf02dfcd1b4bccea7c72f5a6be29a213b396 /docs/_layouts | |
parent | 65b1434d8ab7a2e4b53984a1e0827780afc12194 (diff) | |
download | PSP.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.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> |