diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 14:35:17 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-15 14:35:17 -0300 |
commit | 45d3a2b8887e15fecd36cfc243fb473f0c63e741 (patch) | |
tree | eb717ba32f451b7df7a434fd7e023f296d9e474d /docs/_layouts | |
parent | 70a3cb35f07da911ef4176a2b12d487afbc92d86 (diff) | |
download | PSP.git-45d3a2b8887e15fecd36cfc243fb473f0c63e741.tar.gz PSP.git-45d3a2b8887e15fecd36cfc243fb473f0c63e741.tar.xz PSP.git-45d3a2b8887e15fecd36cfc243fb473f0c63e741.zip |
Some site configuration
Diffstat (limited to 'docs/_layouts')
-rw-r--r-- | docs/_layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index fc302c7..0a02a08 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -19,7 +19,7 @@ {% endif %} {% if site.show_downloads %} <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> - <a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> + <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> |