Toevoegen van standaard performer voor onze evenementen
This commit is contained in:
parent
905140979c
commit
68620ad43d
|
@ -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 := . -}}
|
||||
|
|
Reference in a new issue