summaryrefslogtreecommitdiffstats
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 47291a8..732e449 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -6,7 +6,7 @@
{% seo %}
<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="#157878">
+ <meta name="theme-color" content="#fc4a1a">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
</head>
@@ -18,7 +18,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</a>
+ <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn">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 %}
@@ -29,9 +29,9 @@
<footer class="site-footer">
{% if site.github.is_project_page %}
- <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
+ <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> é mantido por <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
{% endif %}
- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
+ <span class="site-footer-credits">Essa página foi gerada por <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>