summaryrefslogtreecommitdiffstats
path: root/docs/_layouts
diff options
context:
space:
mode:
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>