Toevoegen locatie per talk
This commit is contained in:
parent
3aa9ed82a5
commit
6077cf5adc
|
@ -62,6 +62,7 @@
|
|||
"@type": "Event",
|
||||
"name": "{{ $value.Title }}",
|
||||
"url": "{{ $value.Permalink }}",
|
||||
"location": "{{ $.Params.event_location }}",
|
||||
"startDate": {{ $.Params.event_start | time.Format "2006-01-02" }},
|
||||
"endDate": {{ $.Params.event_end | time.Format "2006-01-02" }},
|
||||
"performer": [
|
||||
|
|
Reference in a new issue