diff --git a/themes/nluug/layouts/partials/schemas/schema_Event.html b/themes/nluug/layouts/partials/schemas/schema_Event.html index 9564823..4e291cf 100644 --- a/themes/nluug/layouts/partials/schemas/schema_Event.html +++ b/themes/nluug/layouts/partials/schemas/schema_Event.html @@ -45,6 +45,14 @@ "name": "{{ .Params.event_location }}" }, {{ end }} + "performer": [ + { + "@type": "Organization", + "name": "NLUUG", + "id": "{{ .Site.BaseURL }}#organization", + "url": "{{ .Site.BaseURL }}" + } + ], {{ with .Params.event_images -}} "image": [ {{- range $index, $element := . -}}