diff --git a/content/4_verein/3_vorstand/vorstand.txt b/content/4_verein/3_vorstand/vorstand.txt index 3debe71..69c198a 100644 --- a/content/4_verein/3_vorstand/vorstand.txt +++ b/content/4_verein/3_vorstand/vorstand.txt @@ -6,6 +6,10 @@ Text: Bei der Jahreshauptversammlung am 05.04.2025 wurden in den aktuellen Vorst ---- +Bildbeschreibung: Auf dem Bild von links: Dominik Döge, Tobias Feigel, Bernd Haberzettl, Jürgen Franz, Alexander Döge und Tanja Wolfrum. + +---- + Vorstandschaft: - diff --git a/content/4_verein/3_vorstand/vorstand2019.jpg b/content/4_verein/3_vorstand/vorstand2019.jpg deleted file mode 100644 index efca438..0000000 Binary files a/content/4_verein/3_vorstand/vorstand2019.jpg and /dev/null differ diff --git a/content/4_verein/3_vorstand/vorstand2025.jpg b/content/4_verein/3_vorstand/vorstand2025.jpg new file mode 100644 index 0000000..18ab0bc Binary files /dev/null and b/content/4_verein/3_vorstand/vorstand2025.jpg differ diff --git a/content/4_verein/3_vorstand/vorstand2019.jpg.txt b/content/4_verein/3_vorstand/vorstand2025.jpg.txt similarity index 100% rename from content/4_verein/3_vorstand/vorstand2019.jpg.txt rename to content/4_verein/3_vorstand/vorstand2025.jpg.txt diff --git a/site/blueprints/pages/vorstand.yml b/site/blueprints/pages/vorstand.yml index 87606ad..ab41ea4 100644 --- a/site/blueprints/pages/vorstand.yml +++ b/site/blueprints/pages/vorstand.yml @@ -10,6 +10,9 @@ columns: text: type: textarea size: small + bildbeschreibung: + type: textarea + size: small vorstandschaft: label: Vorstandschaft type: structure @@ -37,4 +40,4 @@ columns: type: text image: label: Bild der Vorstandschaft - type: files \ No newline at end of file + type: files diff --git a/site/templates/vorstand.php b/site/templates/vorstand.php index 362d076..95aaba2 100644 --- a/site/templates/vorstand.php +++ b/site/templates/vorstand.php @@ -1,11 +1,11 @@ vorstandschaft()->toStructure(); -?> +$vorstand = $page->vorstandschaft()->toStructure(); ?> - +
<?= $page->title()->html() ?> +

bildbeschreibung() ?>

@@ -13,7 +13,7 @@

text() ?>

- \ No newline at end of file +