From 51798fbb2d4e541a952f56cde8f5f36164b74ec0 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 20 Oct 2024 12:48:43 +0000 Subject: [PATCH] Allow 'hybrid' as attendance mode --- themes/nluug/layouts/partials/schemas/schema_Event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nluug/layouts/partials/schemas/schema_Event.html b/themes/nluug/layouts/partials/schemas/schema_Event.html index 4e291cf..382b9eb 100644 --- a/themes/nluug/layouts/partials/schemas/schema_Event.html +++ b/themes/nluug/layouts/partials/schemas/schema_Event.html @@ -21,7 +21,7 @@ } ], "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, "about": ["automation","configuration management","DevOps","internet","Linux","open source","open standards","security","web"], "inLanguage": ["en", "nl"],