diff options
author | 2015-12-25 18:17:17 +0100 | |
---|---|---|
committer | 2015-12-25 18:17:17 +0100 | |
commit | 70bd41c5ee0cc8f2fe625d92fc869ecf4eebaf97 (patch) | |
tree | 274ee44aad5d80a890cd335cb96a664280dbd8dc | |
parent | Update links to the Security Handbook (diff) | |
download | www-70bd41c5ee0cc8f2fe625d92fc869ecf4eebaf97.tar.gz www-70bd41c5ee0cc8f2fe625d92fc869ecf4eebaf97.tar.bz2 www-70bd41c5ee0cc8f2fe625d92fc869ecf4eebaf97.zip |
Update Tyrian implementation
-rw-r--r-- | _config.yml | 4 | ||||
-rw-r--r-- | _includes/layout/footer.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/_config.yml b/_config.yml index f01b912..68d3310 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ url: "https://www.gentoo.org" cdnurl: https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com contact: /inside-gentoo/contact/ -copyrightyears: "2001–2015" +copyrightyears: "2001–2016" excerpt_separator: <!--more--> markdown: kramdown @@ -38,4 +38,4 @@ defaults: nav2-show: true exclude: ['bin', 'README', 'TODO'] -gems: ['nokogiri']
\ No newline at end of file +gems: ['nokogiri'] diff --git a/_includes/layout/footer.html b/_includes/layout/footer.html index a2a64a0..6640143 100644 --- a/_includes/layout/footer.html +++ b/_includes/layout/footer.html @@ -19,7 +19,7 @@ <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> @@ -29,10 +29,10 @@ <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. + <a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license. The <a href="/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply. </small> </div> </div> </div> -</footer>
\ No newline at end of file +</footer> |