json-ld correct
This commit is contained in:
parent
58ef2e4a42
commit
d03cdb1111
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user