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"],
|
||||
"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": {
|
||||
"url": "{{ absURL "lidmaatschap/aanmelden/" }}"
|
||||
},
|
||||
"isAccessibleForFree": true,
|
||||
"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.online_event }}
|
||||
"location": {
|
||||
|
|
Reference in a new issue