Update the Rio Version, add meta tags, refactor rio components that have init overwrites, add member picture for Tim
This commit is contained in:
@@ -3,7 +3,6 @@ from __future__ import annotations
|
||||
from typing import * # type: ignore
|
||||
|
||||
import rio
|
||||
from from_root import from_root
|
||||
|
||||
from .page_builder import build_page
|
||||
from .. import components as comps
|
||||
@@ -20,9 +19,9 @@ class Imprint(rio.Component):
|
||||
|
||||
def build(self) -> rio.Component:
|
||||
return build_page(rio.Column(
|
||||
comps.NewsPost(
|
||||
comps.build_news_post(
|
||||
header="Impressum",
|
||||
article_text="""
|
||||
article_text_path_or_text="""
|
||||
#### Einfach Zocken Genuss Gesellschaft e.V.
|
||||
```txt
|
||||
Im Elchgrund 18
|
||||
|
||||
Reference in New Issue
Block a user