json-ld correct
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user