json-ld correct
This commit is contained in:
parent
58ef2e4a42
commit
d03cdb1111
@ -3,7 +3,7 @@
|
||||
"@type": "Event",
|
||||
"name": "agenda",
|
||||
"url": "{{uri.base}}",
|
||||
"description": "{{page.summary}}",
|
||||
"description": "{{page.summary|striptags}}",
|
||||
"startDate": "{{page.header.date_begin}}",
|
||||
"endDate": "{{page.header.date_end}}",
|
||||
"location": {
|
||||
@ -19,6 +19,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
{% set image = page.media.images|first %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user