From 302daaadc53a6c5cf73bc23ccf18d5154de81bfc Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Sun, 2 Jun 2024 14:45:09 +0100 Subject: [PATCH] docs: remove 2024 here (because it is hopefully obvious) --- output/about/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/about/index.md b/output/about/index.md index 18dca1d51..598efc219 100644 --- a/output/about/index.md +++ b/output/about/index.md @@ -18,13 +18,13 @@ We also attempt to filter out notes for deleted tweets and non-English tweets. ### Filter by author group -With thanks to [@leobenedictus](https://x.com/leobenedictus) for the suggestion, community notes can be filtered by ~~current UK MPs~~ **UK General Election 2024 candidates**. +With thanks to [@leobenedictus](https://x.com/leobenedictus) for the suggestion, community notes can be filtered by ~~current UK MPs~~ **UK General Election candidates**. In order to do this, we need a list of the Twitter (X) handles of election candidates. This data is pulled daily from [Democracy Club candidates](https://candidates.democracyclub.org.uk/). It’s incomplete, but you can help improve it by finding and adding candidates / candidate Twitter (X) handles to their data. {% assign total_candidate_handles = site.data.ge2024-candidates | size %} -At present, Democracy Club candidates has twitter (X) handles of **{% include commify.html number=total_candidate_handles %} General Election 2024 candidates**. +At present, Democracy Club candidates has twitter (X) handles of **{% include commify.html number=total_candidate_handles %} UK General Election candidates**. ---