Add Offer: free access for members to Event
This commit is contained in:
parent
7d0418f427
commit
5c42843496
1 changed files with 9 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
||||||
"name": "{{ .Title | default .Site.Params.textEmptyValue }}",
|
"name": "{{ .Title | default .Site.Params.textEmptyValue }}",
|
||||||
"startDate": {{ .Params.event_start }},
|
"startDate": {{ .Params.event_start }},
|
||||||
"endDate": {{ .Params.event_end }},
|
"endDate": {{ .Params.event_end }},
|
||||||
|
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
|
||||||
|
"audience": ["software developers", "network engineers", "system administrators"],
|
||||||
{{ if .Params.event_status }}
|
{{ if .Params.event_status }}
|
||||||
"eventStatus": "Event{{ .Params.event_status | strings.FirstUpper }}",
|
"eventStatus": "Event{{ .Params.event_status | strings.FirstUpper }}",
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
@ -20,10 +22,15 @@
|
||||||
"url": "{{ .Site.BaseURL }}"
|
"url": "{{ .Site.BaseURL }}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"audience": ["software developers", "network engineers", "system administrators"],
|
|
||||||
"eventAttendanceMode": "https://schema.org/{{ if eq .Params.event_attendance_mode "hybrid" }}Mixed{{ else if eq .Params.event_attendance_mode "mixed" }}Mixed{{ else if eq .Params.event_attendance_mode "online" }}Online{{ else }}Offline{{ end }}EventAttendanceMode",
|
"eventAttendanceMode": "https://schema.org/{{ if eq .Params.event_attendance_mode "hybrid" }}Mixed{{ else if eq .Params.event_attendance_mode "mixed" }}Mixed{{ else if eq .Params.event_attendance_mode "online" }}Online{{ else }}Offline{{ end }}EventAttendanceMode",
|
||||||
"isAccessibleForFree": true,
|
"isAccessibleForFree": true,
|
||||||
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
|
"offers": [
|
||||||
|
{
|
||||||
|
"@type": "Offer",
|
||||||
|
"name": "Free access for members",
|
||||||
|
"price": "0",
|
||||||
|
"priceCurrency": "EUR"
|
||||||
|
}],
|
||||||
"inLanguage": ["en", "nl"],
|
"inLanguage": ["en", "nl"],
|
||||||
{{ if .Params.event_description }}"description": "{{ .Params.event_description }}",{{ end }}
|
{{ if .Params.event_description }}"description": "{{ .Params.event_description }}",{{ end }}
|
||||||
{{ if .Params.online_event }}
|
{{ if .Params.online_event }}
|
||||||
|
|
Loading…
Reference in a new issue