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 }}