forked from laurens/fediversity_website
Verwijderen offers, markeren als 'gratis', en/nl-talen toekennen
This commit is contained in:
parent
c8ef81fc80
commit
bcf5c7ce1b
|
@ -22,10 +22,9 @@
|
||||||
],
|
],
|
||||||
"audience": ["software developers", "network engineers", "system administrators"],
|
"audience": ["software developers", "network engineers", "system administrators"],
|
||||||
"eventAttendanceMode": "https://schema.org/{{ if eq .Params.event_attendance_mode "mix" }}Mix{{ else if eq .Params.event_attendance_mode "online" }}Online{{ else }}Offline{{ end }}EventAttendanceMode",
|
"eventAttendanceMode": "https://schema.org/{{ if eq .Params.event_attendance_mode "mix" }}Mix{{ else if eq .Params.event_attendance_mode "online" }}Online{{ else }}Offline{{ end }}EventAttendanceMode",
|
||||||
"offers": {
|
"isAccessibleForFree": true,
|
||||||
"url": "{{ absURL "lidmaatschap/aanmelden/" }}"
|
|
||||||
},
|
|
||||||
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
|
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
|
||||||
|
"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 }}
|
||||||
"location": {
|
"location": {
|
||||||
|
|
Reference in a new issue