Allow 'hybrid' as attendance mode
This commit is contained in:
parent
6df848611d
commit
51798fbb2d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"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 "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"],
|
"about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"],
|
||||||
"inLanguage": ["en", "nl"],
|
"inLanguage": ["en", "nl"],
|
||||||
|
|
Loading…
Reference in a new issue