From 6077cf5adcf4554a597ce5fccb305c9abb2e3ee9 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 26 Jun 2023 21:12:52 +0200 Subject: [PATCH] Toevoegen locatie per talk --- themes/nluug/layouts/partials/schemas/schema_Event.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/nluug/layouts/partials/schemas/schema_Event.html b/themes/nluug/layouts/partials/schemas/schema_Event.html index da73726..9564823 100644 --- a/themes/nluug/layouts/partials/schemas/schema_Event.html +++ b/themes/nluug/layouts/partials/schemas/schema_Event.html @@ -62,6 +62,7 @@ "@type": "Event", "name": "{{ $value.Title }}", "url": "{{ $value.Permalink }}", + "location": "{{ $.Params.event_location }}", "startDate": {{ $.Params.event_start | time.Format "2006-01-02" }}, "endDate": {{ $.Params.event_end | time.Format "2006-01-02" }}, "performer": [