6
0
Fork 0

Toevoegen 'url' aan offers

This commit is contained in:
Michael Boelen 2023-06-22 14:42:02 +02:00
parent a5d7ece721
commit 65681b693a

View file

@ -22,7 +22,9 @@
], ],
"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 "mix" }}Mix{{ else if eq .Params.event_attendance_mode "online" }}Online{{ else }}Offline{{ end }}EventAttendanceMode",
"offers": "{{ absURL "lidmaatschap/aanmelden/" }}", "offers": {
"url": "{{ absURL "lidmaatschap/aanmelden/" }}"
},
"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"],
{{ if .Params.event_description }}"description": "{{ .Params.event_description }}",{{ end }} {{ if .Params.event_description }}"description": "{{ .Params.event_description }}",{{ end }}
{{ if .Params.online_event }} {{ if .Params.online_event }}