Add also offer to subevent
This commit is contained in:
parent
5c42843496
commit
b79968a8c7
1 changed files with 7 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue