diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 17:20:22 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 17:20:22 -0300 |
commit | 93eb030b7164ea7f329a3788dd5ff146fe4779d1 (patch) | |
tree | ea44fae8d2e500eb7f424e5d1d0fb4afb8a516dc | |
parent | dfbaf8dfaa267afdf9c03d7c41cb121f606526c0 (diff) | |
download | PSP.git-93eb030b7164ea7f329a3788dd5ff146fe4779d1.tar.gz PSP.git-93eb030b7164ea7f329a3788dd5ff146fe4779d1.tar.xz PSP.git-93eb030b7164ea7f329a3788dd5ff146fe4779d1.zip |
Favicon update 2
-rw-r--r-- | docs/_layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 7171d65..3a2f66c 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> {% seo %} - <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> <meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#fc4a1a"> @@ -19,7 +19,7 @@ <a href="{{ site.github.repository_url }}" class="btn">Ver no GitHub</a> {% endif %} {% if site.show_downloads %} - <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn">Download para Windows (x64)</a> + <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn btn-default">Download para Windows (x64)</a> <a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a> <!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a--> {% endif %} |