aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2017-03-05 04:56:59 -0800
committerMatthew Marchese <maffblaster@gentoo.org>2017-03-05 04:56:59 -0800
commit21336b65dae90ebd40021b0f252d1853e6cfbec1 (patch)
tree29a8735e7501e5d46605fbd679346e56581ea32d
parentUse HTTPS for mailing list static links. (diff)
downloadwww-21336b65dae90ebd40021b0f252d1853e6cfbec1.tar.gz
www-21336b65dae90ebd40021b0f252d1853e6cfbec1.tar.bz2
www-21336b65dae90ebd40021b0f252d1853e6cfbec1.zip
Use HTTPS for dynamic mailing list links.
-rw-r--r--_includes/partials/mailinglist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html
index ac9fef0..8202689 100644
--- a/_includes/partials/mailinglist.html
+++ b/_includes/partials/mailinglist.html
@@ -16,7 +16,7 @@
<div class="btn-group btn-group-xs" role="group" aria-label="Mailing list actions for {{ list.name }}@lists.gentoo.org">
<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>
<a href="mailto:{{ list.name }}%2Bsubscribe@lists.gentoo.org" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a>
- <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>
+ <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>
</div>
{% endif %}
</td>