diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-01-16 09:35:35 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-01-16 09:35:35 -0200 |
commit | db3fadbcc9f396ca22c4578101bbcd0a7e81609e (patch) | |
tree | 16dda6fad8398941c3c8e4db6d48ef98602ec06f /docs/_layouts/default.html | |
parent | f2fe2a96dbc2db59accf71e7ef5e6b5e4a9b7d2e (diff) | |
download | PSP.git-db3fadbcc9f396ca22c4578101bbcd0a7e81609e.tar.gz PSP.git-db3fadbcc9f396ca22c4578101bbcd0a7e81609e.tar.xz PSP.git-db3fadbcc9f396ca22c4578101bbcd0a7e81609e.zip |
Stability and site updates
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> |