diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-01-22 14:52:22 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-01-22 14:52:22 -0200 |
commit | d602520404c6049ccc08ad1671e9d734ccaf3b2b (patch) | |
tree | 98c822fc1951b52117e0172f0a6c99e803ec2415 /docs/_layouts | |
parent | a1c362b8a5e989cf9e75be14383fe8f7d3625422 (diff) | |
parent | 5a06bb4424311cbb728af35fe73d259499d7c9bf (diff) | |
download | PSP.git-d602520404c6049ccc08ad1671e9d734ccaf3b2b.tar.gz PSP.git-d602520404c6049ccc08ad1671e9d734ccaf3b2b.tar.xz PSP.git-d602520404c6049ccc08ad1671e9d734ccaf3b2b.zip |
Merge error removal (2)
Diffstat (limited to 'docs/_layouts')
-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..5f5edea 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="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Thales1330/PSP/tree/master/Project/data/samples" class="btn">Samples</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} </section> |