From 4ceca41d870ff3b2ce0e87263097278fff3aeaed Mon Sep 17 00:00:00 2001
From: Emi <2206700+coppolaemilio@users.noreply.github.com>
Date: Mon, 30 Oct 2023 12:50:19 +0100
Subject: [PATCH] Update GodotCon event and optionally display registration and
entrance fee fields
---
_includes/events/events-list.html | 7 +++++++
collections/_event/gamescom-2023.md | 1 -
collections/_event/godotcon-2023.md | 7 ++++---
collections/templates/event.md | 1 +
4 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/_includes/events/events-list.html b/_includes/events/events-list.html
index 1a717452d2..cc06a24dc2 100644
--- a/_includes/events/events-list.html
+++ b/_includes/events/events-list.html
@@ -82,8 +82,15 @@
- Date: {{ event.dates }}
- Location: {{ event.location | markdownify }}{% unless event.location_map == empty %} (Show on map){% endunless %}
+ {% if event.entrance_fee %}
- Entrance fee: {{ event.entrance_fee | markdownify }}
+ {% endif %}
+ {% if event.registration %}
- Registration: {{ event.registration | markdownify }}
+ {% endif %}
+ {% if event.website %}
+ - Website: {{ event.website }}
+ {% endif %}
diff --git a/collections/_event/gamescom-2023.md b/collections/_event/gamescom-2023.md
index 9f880478b8..b8a98d307a 100644
--- a/collections/_event/gamescom-2023.md
+++ b/collections/_event/gamescom-2023.md
@@ -17,7 +17,6 @@ location_map: "https://www.openstreetmap.org/?mlat=50.94590&mlon=6.98034map%3D16
entrance_fee: "Paid, Pass required"
-registration: ""
cover_image: "/storage/blog/gamescom/2023/gamescom-cover.webp"
diff --git a/collections/_event/godotcon-2023.md b/collections/_event/godotcon-2023.md
index c2bf45bfa1..289758604a 100644
--- a/collections/_event/godotcon-2023.md
+++ b/collections/_event/godotcon-2023.md
@@ -3,7 +3,7 @@ name: "GodotCon Munich 2023"
name_short: "GodotCon Munich"
# Dates in human-readable format.
-dates: "Sat 4 & Sun 5 November, 10 am - 6 pm both days"
+dates: "Sat 4 & Sun 5 November, 10:00 - 18:00 both days"
dates_short: "4 & 5 November"
# The first date of the event in ISO format, used for sorting.
@@ -15,8 +15,7 @@ location: "[Microsoft Germany](https://developer.microsoft.com/en-us/games/), Wa
location_short: "Munich, Germany"
location_map: "https://www.openstreetmap.org/way/428992680"
-entrance_fee: "(Coming soon)"
-registration: "(Coming soon)"
+website: https://conference.godotengine.org
cover_image: "/storage/blog/covers/godotcon-2023.webp"
@@ -24,3 +23,5 @@ cover_image: "/storage/blog/covers/godotcon-2023.webp"
Mark your calendars for **November 4th and 5th**, 2023, as these two days will be packed with talks, Godot games, workshops, and the chance to meet your fellow Godot contributors in person! No matter if you're a beginner or an experienced Godot user, there’s something for everyone.
+
+You can join online on our [YouTube channel](https://www.youtube.com/@GodotEngineOfficial) where we will live-stream and upload the recordings of the talks.
diff --git a/collections/templates/event.md b/collections/templates/event.md
index 681b40eb52..e765ed0950 100644
--- a/collections/templates/event.md
+++ b/collections/templates/event.md
@@ -17,6 +17,7 @@ location_map: ""
entrance_fee: ""
registration: ""
+website: ""
cover_image: "/storage/app/media/events/.jpg"