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 | |
parent | 70a3cb35f07da911ef4176a2b12d487afbc92d86 (diff) | |
download | PSP.git-45d3a2b8887e15fecd36cfc243fb473f0c63e741.tar.gz PSP.git-45d3a2b8887e15fecd36cfc243fb473f0c63e741.tar.xz PSP.git-45d3a2b8887e15fecd36cfc243fb473f0c63e741.zip |
Some site configuration
-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> |