diff options
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r-- | docs/_layouts/default.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index d55bebe..f63ba44 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -16,11 +16,11 @@ <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">Ver no GitHub</a> + <a href="{{ site.github.repository_url }}" class="btn">Source Code</a> {% endif %} {% if site.show_downloads %} - <a href="https://github.com/Thales1330/PSP/releases/latest" class="btn">Download</a> - <!--a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a--> + <a href="https://github.com/Thales1330/PSP/releases/latest" class="btn">PSP-UFU Download</a> + <a href="{{ site.github.zip_url }}" class="btn">Samples</a--> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> |