Gentoo Archives: gentoo-commits

From: Matthew Marchese <maffblaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: _includes/partials/
Date: Sun, 05 Mar 2017 12:58:35
Message-Id: 1488718619.21336b65dae90ebd40021b0f252d1853e6cfbec1.maffblaster@gentoo
1 commit: 21336b65dae90ebd40021b0f252d1853e6cfbec1
2 Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 12:56:59 2017 +0000
4 Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 12:56:59 2017 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=21336b65
7
8 Use HTTPS for dynamic mailing list links.
9
10 _includes/partials/mailinglist.html | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html
14 index ac9fef0..8202689 100644
15 --- a/_includes/partials/mailinglist.html
16 +++ b/_includes/partials/mailinglist.html
17 @@ -16,7 +16,7 @@
18 <div class="btn-group btn-group-xs" role="group" aria-label="Mailing list actions for {{ list.name }}@lists.gentoo.org">
19 <a href="mailto:{{ list.name }}@lists.gentoo.org" title="Post to this list" class="btn btn-default"><span class="fa fa-fw fa-send"></span></a>
20 <a href="mailto:{{ list.name }}%2Bsubscribe@l.g.o" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a>
21 - <a href="http://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
22 + <a href="https://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
23 </div>
24 {% endif %}
25 </td>