summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml2
-rw-r--r--_includes/footer.html17
-rw-r--r--_includes/head.html1
-rw-r--r--_includes/header.html2
4 files changed, 15 insertions, 7 deletions
diff --git a/_config.yml b/_config.yml
index 8d49b5f..8a8b3ad 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,4 +7,4 @@ markdown: kramdown
# No slash at the end
cdnurl: https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com
contact: http://www.gentoo.org/main/en/contact.xml
-copyrightyears: "2001–2014" \ No newline at end of file
+copyrightyears: "2001–2015" \ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
index 05ac00f..015fe94 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,17 +1,24 @@
<footer>
<div class="container">
<div class="row">
- <div class="col-md-8">
+ <div class="col-xs-12 col-md-offset-2 col-md-7">
{% if page.footer %}{{ page.footer }}{% endif %}
</div>
- <div class="col-md-4">
- <strong>Questions or comments?</strong><br />
+ <div class="col-xs-12 col-md-3">
+ <h3 class="footerhead">Questions or comments?</h3>
Please feel free to <a href="{% if page.contact %}{{ page.contact }}{% else %}{{ site.contact }}{% endif %}">contact us</a>.
</div>
</div>
<div class="row">
- <div class="col-md-12">
- <strong>&copy; {{ site.copyrightyears }} Gentoo Foundation, Inc.</strong><br />
+ <div class="col-xs-3 col-md-2">
+ <ul class="footerlinks three-icons">
+ <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
+ <li><a href="https://plus.google.com/+Gentoo" title="+Gentoo on Google+"><span class="fa fa-google-plus fa-fw"></span></a></li>
+ <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
+ </ul>
+ </div>
+ <div class="col-xs-9 col-md-9">
+ <strong>&copy; 2001&ndash;2015 Gentoo Foundation, Inc.</strong><br />
<small>
Gentoo is a trademark of the Gentoo Foundation, Inc.
The contents of this document, unless otherwise expressly stated, are licensed under the
diff --git a/_includes/head.html b/_includes/head.html
index 0f9f4b1..7116a86 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -3,6 +3,7 @@
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="theme-color" content="#54487a">
<link href="{{ site.cdnurl }}/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="{{ site.cdnurl }}/tyrian.min.css" rel="stylesheet" media="screen">
<link rel="icon" href="http://www.gentoo.org/favicon.ico" type="image/x-icon">
diff --git a/_includes/header.html b/_includes/header.html
index a4d3833..c85b719 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -46,7 +46,7 @@
</div>
<div class="collapse navbar-collapse navbar-main-collapse">
<ul class="nav navbar-nav">
- <li><a href="#">Home</a></li>
+ <li><a href="/">Home</a></li>
</ul>
</div>
</div>