Add Ben, Add BL49 News

This commit was merged in pull request #17.
This commit is contained in:
David Rodenkirchen
2025-10-07 09:06:45 +02:00
parent d0a1cd5b07
commit 1003df4b42
6 changed files with 33 additions and 1 deletions
+9
View File
@@ -32,6 +32,15 @@ class Home(rio.Component):
margin_bottom=1,
margin_right=1
),
comps.build_news_post(
header="Das war die BieberLAN 49",
article_text_path_or_text=from_root("ezgg_website/assets/news_07_10_25.md"),
date="07.10.2025",
images=[NewsPostImage(
from_root("ezgg_website/assets/bl49.jpeg"),
"https://verwaltung.ezgg-ev.de/adm_program/modules/photos/photos.php?photo_uuid=0a515422-b1fc-44ef-ac5b-ad4ec0385a20"
)],
),
comps.build_news_post(
header="Himmelfahrt und Maibowle",
article_text_path_or_text=from_root("ezgg_website/assets/news_30_05_25.md"),