summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 14:48:53 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 14:48:53 -0300
commit65b1434d8ab7a2e4b53984a1e0827780afc12194 (patch)
tree9fd874caf40d728e45efb57beb017c3ea037aca8
parentf908f9c7fd220037d56a64fc034469380dc86cab (diff)
downloadPSP.git-65b1434d8ab7a2e4b53984a1e0827780afc12194.tar.gz
PSP.git-65b1434d8ab7a2e4b53984a1e0827780afc12194.tar.xz
PSP.git-65b1434d8ab7a2e4b53984a1e0827780afc12194.zip
Site translation
-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>