From a14512850b628b2e79e257b63699d6d0481975bf Mon Sep 17 00:00:00 2001 From: Valentin Date: Sun, 18 Jan 2026 22:21:54 +0100 Subject: Termin Staddteilfest aktualisiert --- www/html/index.html | 2 +- .../2026-02-stadtteilfest-organisationstreffen.nix | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 www/termine/2026-02-stadtteilfest-organisationstreffen.nix diff --git a/www/html/index.html b/www/html/index.html index b05d1ef..3b713b9 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -48,7 +48,7 @@

Stadtteilfest

-

6. Juni 2026

+

Samstag, 13. Juni 2026

diff --git a/www/termine/2026-02-stadtteilfest-organisationstreffen.nix b/www/termine/2026-02-stadtteilfest-organisationstreffen.nix new file mode 100644 index 0000000..70ba028 --- /dev/null +++ b/www/termine/2026-02-stadtteilfest-organisationstreffen.nix @@ -0,0 +1,21 @@ +{ config, ... }: +{ + title = "Stadtteilfest Organisationstreffen"; + date.start = "2026-02-10"; + time.start = "18:30"; + datetime-range-text = "Dienstag, 10.02.2026 ${config.time.start}"; + address = { + name = "Treffpunkthaus Heimfeld"; + openstreetmap.node = 6549438363; + text = '' + Friedrich-Naumann-Straße 9-11 + 21075 Hamburg + ''; + }; + data = [ + { + name = "Informationen und Ideen an"; + value = ''mail@stadtteilfest.org''; + } + ]; +} -- cgit v1.2.3