Update jsonld

This commit is contained in:
Patrick Neff 2019-01-14 15:51:41 +01:00
parent c2ce27ea6c
commit d4c9ed77e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "ImageObject", "@type": "ImageObject",
"@id": "{{ path.Join .ctx.Site.BaseURL .url }}", "@id": {{ delimit (slice .ctx.Site.BaseURL (strings.TrimPrefix "/" .url)) "" | jsonify }},
"url": "{{ path.Join .ctx.Site.BaseURL .url }}" "url": {{ delimit (slice .ctx.Site.BaseURL (strings.TrimPrefix "/" .url)) "" | jsonify }}
} }