diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 15:47:30 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 15:47:30 -0300 |
commit | c327c39ca5b152f4f4f20eb8103b3642c144fedf (patch) | |
tree | 41707226146cdab88a155bae512489651a1f181b /docs/_layouts/default.html | |
parent | fb02f9553205de320695825e34574e48f01f2e23 (diff) | |
download | PSP.git-c327c39ca5b152f4f4f20eb8103b3642c144fedf.tar.gz PSP.git-c327c39ca5b152f4f4f20eb8103b3642c144fedf.tar.xz PSP.git-c327c39ca5b152f4f4f20eb8103b3642c144fedf.zip |
Add google analytics ID
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r-- | docs/_layouts/default.html | 8 |
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> |