From b79968a8c7b04dde2eba0ce4d4167505f009f13c Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 20 Oct 2024 18:23:01 +0000 Subject: [PATCH] Add also offer to subevent --- themes/nluug/layouts/partials/schemas/schema_Event.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/nluug/layouts/partials/schemas/schema_Event.html b/themes/nluug/layouts/partials/schemas/schema_Event.html index 929f05e..b1be2fe 100755 --- a/themes/nluug/layouts/partials/schemas/schema_Event.html +++ b/themes/nluug/layouts/partials/schemas/schema_Event.html @@ -114,6 +114,13 @@ ], "startDate": {{ $.Params.event_start | time.Format "2006-01-02" }}, "endDate": {{ $.Params.event_end | time.Format "2006-01-02" }}, + "offers": [ + { + "@type": "Offer", + "name": "Free access for members attending the conference", + "price": "0", + "priceCurrency": "EUR" + }], "performer": [ {{- range $index, $element := $value.Params.speakers -}} {{- if ne $index 0 -}}, {{ end }}