diff options
Diffstat (limited to 'www/termine')
| -rw-r--r-- | www/termine/2026-02-stadtteilfest-organisationstreffen.nix | 21 |
1 files changed, 21 insertions, 0 deletions
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 = ''<a href="mailto:mail@stadtteilfest.org">mail@stadtteilfest.org</a>''; + } + ]; +} |
