Update the Rio Version, add meta tags, refactor rio components that have init overwrites, add member picture for Tim

This commit is contained in:
David Rodenkirchen
2024-06-06 05:36:30 +00:00
parent 72d1b9bc33
commit 3aad065477
16 changed files with 81 additions and 77 deletions
+4 -4
View File
@@ -31,14 +31,14 @@ class Home(rio.Component):
margin_bottom=1,
margin_right=1
),
comps.NewsPost(
comps.build_news_post(
header="Beitrittsformular verfügbar",
article_text=from_root("ezgg_website/assets/news_02_06_24.md"),
article_text_path_or_text=from_root("ezgg_website/assets/news_02_06_24.md"),
date="02.06.2024"
),
comps.NewsPost(
comps.build_news_post(
header="Startschuss für Homepage",
article_text=from_root("ezgg_website/assets/news_27_05_24.md"),
article_text_path_or_text=from_root("ezgg_website/assets/news_27_05_24.md"),
date="24.05.2024"
)
), window_width=self.session.window_width)