json-ld correct

This commit is contained in:
Kevin Tessier 2019-07-08 14:37:24 +02:00
parent 58ef2e4a42
commit d03cdb1111

View File

@ -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 %}