diff options
-rw-r--r-- | docs/_config.yml | 4 | ||||
-rw-r--r-- | docs/_layouts/default.html | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 29bd65e..9fc1c95 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,3 +1,5 @@ title: PSP-UFU -description: Power Systems Platform +description: Plataforma de Sistemas de Potência +Universidade Federal de Uberlândia +show_downloads: true theme: jekyll-theme-cayman
\ No newline at end of file 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> |