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", "@type": "Event",
"name": "agenda", "name": "agenda",
"url": "{{uri.base}}", "url": "{{uri.base}}",
"description": "{{page.summary}}", "description": "{{page.summary|striptags}}",
"startDate": "{{page.header.date_begin}}", "startDate": "{{page.header.date_begin}}",
"endDate": "{{page.header.date_end}}", "endDate": "{{page.header.date_end}}",
"location": { "location": {
@ -19,6 +19,7 @@
} }
} }
} }
</script> </script>
{% set image = page.media.images|first %} {% set image = page.media.images|first %}