From b879eb37df5ade5a830504a79a5e95963f42410b Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 15:45:17 +0200 Subject: [PATCH] =?UTF-8?q?vorjahre=20seite,=20shortcode=20f=C3=BCr=202024?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../de/{vorjahre/2024/_index.md => vorjahre.md} | 14 +++++++++----- layouts/shortcodes/posts-2024.html | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) rename content/de/{vorjahre/2024/_index.md => vorjahre.md} (78%) create mode 100644 layouts/shortcodes/posts-2024.html diff --git a/content/de/vorjahre/2024/_index.md b/content/de/vorjahre.md similarity index 78% rename from content/de/vorjahre/2024/_index.md rename to content/de/vorjahre.md index 4377b0f..b4b8e64 100644 --- a/content/de/vorjahre/2024/_index.md +++ b/content/de/vorjahre.md @@ -1,16 +1,20 @@ --- omit_header_text: true -featured_image: "img/Interfug_Banner.png" -date: 2024-01-01 ---- -# Interfug 2024: Technikf(|l)u(g|ch) +title: "Vorjahre" +featured_image: "img/if25_banner.png" +--- + +## 2024: Technikf(|l)u(g|ch) Unter diesem Motto laden wir euch zum Auftakt der 42. Kalenderwoche vom **12. bis 13.10.2024** zu einem gemütlichen Geekend nach **Chemnitz** ins Lokomov ein. Wenn ihr teilnehmen wollt, registriert euch bitte kostenlos unter: https://tickets.chch.it/ChCh/Interfug2024/ -## Fugplan: +### Fugplan + Check-in: Samstag 12:00 Take-off: Samstag 16:00 Bordverpflegung (Frühstück): Sonntag ab 10:00 Landung am Zielfughafen: Sonntag 16:00 + +{{< posts-2024 >}} \ No newline at end of file diff --git a/layouts/shortcodes/posts-2024.html b/layouts/shortcodes/posts-2024.html new file mode 100644 index 0000000..7535176 --- /dev/null +++ b/layouts/shortcodes/posts-2024.html @@ -0,0 +1,16 @@ +{{/* Get all posts from the posts section */}} +{{ $postsSection := site.GetPage "section" "posts" }} +{{ $currentYearPosts := where $postsSection.Pages "Date.Year" 2024 }} + +{{/* Display the filtered posts */}} + \ No newline at end of file