* [gentoo-commits] sites/www:master commit in: _includes/layout/
@ 2015-09-01 7:18 Alex Legler
0 siblings, 0 replies; 4+ messages in thread
From: Alex Legler @ 2015-09-01 7:18 UTC (permalink / raw
To: gentoo-commits
commit: f8bd37c4f434ef8927d1a36e05503043efc8ec13
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Tue Sep 1 07:17:23 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 07:17:23 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=f8bd37c4
Tyrian sync
| 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
--git a/_includes/layout/header.html b/_includes/layout/header.html
index f95b91e..fbb211a 100644
--- a/_includes/layout/header.html
+++ b/_includes/layout/header.html
@@ -4,24 +4,23 @@
<div class="row">
<div class="site-title-buttons">
<div class="btn-group btn-group-sm">
- <a href="http://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a>
+ <a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-fw fa-download"></span> <strong>Get Gentoo!</strong></a>
<div class="btn-group btn-group-sm">
- <button type="button" class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown">
- <span class="glyphicon glyphicon-globe"></span> gentoo.org sites <span class="caret"></span>
- </button>
- <ul class="dropdown-menu">
- <li><a href="http://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
- <li><a href="http://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text fa-fw"></span> Wiki</a></li>
+ <a class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
+ <span class="fa fa-fw fa-map-o"></span> <span class="hidden-xs">gentoo.org sites</span> <span class="caret"></span>
+ </a>
+ <ul class="dropdown-menu dropdown-menu-right">
+ <li><a href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
+ <li><a href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a></li>
<li><a href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a></li>
- <li><a href="http://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
- <li><a href="http://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
+ <li><a href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
+ <li><a href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
<li class="divider"></li>
- <li><a href="http://overlays.gentoo.org/" title="Collaborate on maintaining packages"><span class="fa fa-code-fork fa-fw"></span> Overlays</a></li>
- <li><a href="http://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
- <li><a href="http://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
- <li><a href="http://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
+ <li><a href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
+ <li><a href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
+ <li><a href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
<li class="divider"></li>
- <li><a href="http://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-tasks fa-fw"></span> Infra Status</a></li>
+ <li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a></li>
</ul>
</div>
</div>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] sites/www:master commit in: _includes/layout/
@ 2016-05-28 10:58 Alex Legler
0 siblings, 0 replies; 4+ messages in thread
From: Alex Legler @ 2016-05-28 10:58 UTC (permalink / raw
To: gentoo-commits
commit: a69ca62364945bfc92194032e343f1734c1b8899
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat May 28 10:47:13 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat May 28 10:47:13 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=a69ca623
layout: Fix charset meta order
_includes/layout/head.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_includes/layout/head.html b/_includes/layout/head.html
index 00fd837..45bd8c0 100644
--- a/_includes/layout/head.html
+++ b/_includes/layout/head.html
@@ -1,7 +1,7 @@
<head>
+ <meta charset="utf-8">
<title>{% if page.title %}{{ page.title | strip_html }} – {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
- <meta charset="utf-8">
<meta name="theme-color" content="#54487a">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -22,4 +22,4 @@
<link rel="search" type="application/opensearchdescription+xml" href="https://www.gentoo.org/search/packages-gentoo-org.xml" title="Gentoo Packages">
<link rel="search" type="application/opensearchdescription+xml" href="https://www.gentoo.org/search/archives-gentoo-org.xml" title="Gentoo List Archives">
{% if page.meta %}{{ page.meta }}{% endif %}
-</head>
\ No newline at end of file
+</head>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] sites/www:master commit in: _includes/layout/
@ 2016-08-25 17:00 Alex Legler
0 siblings, 0 replies; 4+ messages in thread
From: Alex Legler @ 2016-08-25 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 0daf83ba7ed8fabe9ba1d3b98aca14974ea559e7
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Thu Aug 25 17:00:12 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 17:00:12 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=0daf83ba
Adapt secondary nav display logic for Jekyll 3
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/_includes/layout/header.html b/_includes/layout/header.html
index fbb211a..433530f 100644
--- a/_includes/layout/header.html
+++ b/_includes/layout/header.html
@@ -58,7 +58,7 @@
</div>
</div>
</nav>
- {% if page.nav2-display == true %}
+ {% if page.nav2-display == true or layout.nav2-display == true %}
<nav class="navbar navbar-grey navbar-stick" role="navigation">
<div class="container">
<div class="row">
@@ -79,4 +79,4 @@
</div>
</nav>
{% endif %}
-</header>
\ No newline at end of file
+</header>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] sites/www:master commit in: _includes/layout/
@ 2017-06-22 11:12 Matthew Marchese
0 siblings, 0 replies; 4+ messages in thread
From: Matthew Marchese @ 2017-06-22 11:12 UTC (permalink / raw
To: gentoo-commits
commit: 1c4950c991dfa0f3102602f83fea023c8c695453
Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 11:11:29 2017 +0000
Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 11:11:29 2017 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=1c4950c9
Add Privacy Policy link to footer (bug 613938).
Signed-off-by: Matthew Marchese <maffblaster <AT> gentoo.org>
| 5 +++++
1 file changed, 5 insertions(+)
--git a/_includes/layout/footer.html b/_includes/layout/footer.html
index 6640143..4bf4104 100644
--- a/_includes/layout/footer.html
+++ b/_includes/layout/footer.html
@@ -23,6 +23,11 @@
<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="sitemap text-center">
+ <a href="https://wiki.gentoo.org/wiki/Foundation:Privacy_Policy">Privacy Policy</a>
+ </div>
+ </div>
</div>
<div class="col-xs-9 col-md-9">
<strong>© {{ site.copyrightyears }} Gentoo Foundation, Inc.</strong><br>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-22 11:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-28 10:58 [gentoo-commits] sites/www:master commit in: _includes/layout/ Alex Legler
-- strict thread matches above, loose matches on Subject: below --
2017-06-22 11:12 Matthew Marchese
2016-08-25 17:00 Alex Legler
2015-09-01 7:18 Alex Legler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox