From 7834c33ba22bcb2c656aa49d1b0f74a034c1e620 Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Sun, 27 Oct 2024 17:07:56 +0100 Subject: [PATCH 1/2] fix(proceedings): activate 2024 --- conference/proceedings.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conference/proceedings.md b/conference/proceedings.md index 1aa6d6cc4..0cb816e3d 100644 --- a/conference/proceedings.md +++ b/conference/proceedings.md @@ -7,6 +7,14 @@ title: "Proceedings"
+
+
2024
+
+
+ +
+
+
2021
From 33e6ed6c1c02fb070a7788ac65cbed5a17a555d3 Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Sun, 27 Oct 2024 17:26:55 +0100 Subject: [PATCH 2/2] fix(proceedings): simplify logic for proceedings html --- conference/proceedings.md | 49 ++++++++------------------------------- 1 file changed, 10 insertions(+), 39 deletions(-) diff --git a/conference/proceedings.md b/conference/proceedings.md index 0cb816e3d..d34c5ab2a 100644 --- a/conference/proceedings.md +++ b/conference/proceedings.md @@ -7,45 +7,16 @@ title: "Proceedings"
-
-
2024
-
-
- + {% assign publicationPeriods = "2024,2021,2020,2015–2017,2013–2014" | split: "," %} + {% for period in publicationPeriods %} +
+
{{ period }}
+
+
+ +
-
-
-
2021
-
-
- -
-
-
-
-
2020
-
-
- -
-
-
-
-
2015, 2016 & 2017
-
-
- -
-
-
-
-
2013 & 2014
-
-
- -
-
-
+ {% endfor %}
-
+
\ No newline at end of file