diff options
author | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-10-28 18:25:28 +0200 |
---|---|---|
committer | Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> | 2023-10-28 18:25:28 +0200 |
commit | b66ee811c8430a7546fcd87a3bfea568e5ce5c37 (patch) | |
tree | 9a17938c553b882d398968e0743d2ac9de69710f | |
parent | 788c1bb279d9ce706ba6811c0dc2484c1a732106 (diff) | |
download | cph-rust-website-b66ee811c8430a7546fcd87a3bfea568e5ce5c37.zip |
Add upcoming events and fix timezones
-rw-r--r-- | events.toml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/events.toml b/events.toml index df3530e..c3bdabd 100644 --- a/events.toml +++ b/events.toml @@ -1,12 +1,22 @@ [[upcoming]] title = "Meetup #42" -date = 2023-11-30 18:00:00+02:00 +date = 2023-11-30 18:00:00+01:00 venue = "Nine A/S" address = "Kongens Nytorv 18, 1050 København" url = "" content = """ """ +[[upcoming]] +title = "Hacknight #0" +date = 2023-11-09 18:00:00+01:00 +venue = "" +address = "" +url = "" +content = """ +We're trying something new - more info coming soon. +""" + [[recent]] title = "Meetup #41" date = 2023-10-26 18:00:00+02:00 |