json-ld correct

This commit is contained in:
Kevin Tessier 2019-07-08 14:48:27 +02:00
parent d03cdb1111
commit fa7316cc2d

View File

@ -1,9 +1,10 @@
<script type='application/ld+json'> <script type='application/ld+json'>
{ {
"@type": "Event", "@type": "Event",
"name": "agenda", "name": "agenda",
"url": "{{uri.base}}", "url": "{{uri.base}}",
"description": "{{page.summary|striptags}}", "description": "{{page.header.metadata.description}}",
"startDate": "{{page.header.date_begin}}", "startDate": "{{page.header.date_begin}}",
"endDate": "{{page.header.date_end}}", "endDate": "{{page.header.date_end}}",
"location": { "location": {