summaryrefslogtreecommitdiffstats
path: root/docs/_layouts
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 /docs/_layouts
parentf908f9c7fd220037d56a64fc034469380dc86cab (diff)
downloadPSP.git-65b1434d8ab7a2e4b53984a1e0827780afc12194.tar.gz
PSP.git-65b1434d8ab7a2e4b53984a1e0827780afc12194.tar.xz
PSP.git-65b1434d8ab7a2e4b53984a1e0827780afc12194.zip
Site translation
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
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>