aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-12-25 18:28:51 +0100
committerAlex Legler <alex@a3li.li>2015-12-25 18:28:51 +0100
commit726c6b3df5c5777c6e5f4d5b46d10edc7ba8759b (patch)
treef1a8acfe1726173f657d99e6ebf89d8135995632
parentTyrian sync: Update site nav and use SVG logo (diff)
downloadskin-tyrian-726c6b3df5c5777c6e5f4d5b46d10edc7ba8759b.tar.gz
skin-tyrian-726c6b3df5c5777c6e5f4d5b46d10edc7ba8759b.tar.bz2
skin-tyrian-726c6b3df5c5777c6e5f4d5b46d10edc7ba8759b.zip
Tyrian sync
Includes HTTPS links and 2016 copyright year
-rw-r--r--TyrianTemplate.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php
index f0f6298..20f7b88 100644
--- a/TyrianTemplate.php
+++ b/TyrianTemplate.php
@@ -171,18 +171,18 @@ class TyrianTemplate extends BaseTemplate {
<div class="row">
<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://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 />
+ <strong>&copy; 2001&ndash;2016 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
- <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license.
- The <a href="http://www.gentoo.org/main/en/name-logo.xml">Gentoo Name and Logo Usage Guidelines</a> apply.
+ <a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license.
+ The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply.
</small>
</div>
</div>
@@ -418,4 +418,4 @@ class TyrianTemplate extends BaseTemplate {
</li>
<?php }
}
-} \ No newline at end of file
+}