From e9b5e5b92189a1684a1e9d48c79d604d85c61c75 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 29 Nov 2019 12:09:47 +0100 Subject: get-involved/mailing-lists: Support listing archived lists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- _includes/partials/mailinglist.html | 2 ++ get-involved/mailing-lists/all-lists.html | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html index 8202689..b074690 100644 --- a/_includes/partials/mailinglist.html +++ b/_includes/partials/mailinglist.html @@ -14,8 +14,10 @@ {% if list.private != true %}
+ {% if include.archived != true %} + {% endif %}
{% endif %} diff --git a/get-involved/mailing-lists/all-lists.html b/get-involved/mailing-lists/all-lists.html index e0e949d..0ac55f4 100644 --- a/get-involved/mailing-lists/all-lists.html +++ b/get-involved/mailing-lists/all-lists.html @@ -73,4 +73,19 @@ title: 'All mailing lists' {% endfor %} + +

Archived mailing lists

+ +
+ + + + + + + {% for list in site.data.mailinglists.archived %} + {% include partials/mailinglist.html archived=true %} + {% endfor %} +
List nameDescription
+
{% include container/end %} -- cgit v1.2.3-18-g5258