summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_config.yml2
-rw-r--r--docs/_layouts/default.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index 49b8584..18e2460 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,4 +1,4 @@
title: PSP-UFU
-description: Plataforma de Sistemas de Potência
+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 f5d1a8e..14fca90 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -15,10 +15,10 @@
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %}
- <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
+ <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 .zip</a>
+ <a href="{{ site.github.zip_url }}" class="btn">Download código fonte (.zip)</a>
<!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a-->
{% endif %}
</section>