forked from neff/neff-steindesign.de
Update jsonld
This commit is contained in:
parent
c2ce27ea6c
commit
d4c9ed77e3
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "ImageObject",
|
||||
"@id": "{{ path.Join .ctx.Site.BaseURL .url }}",
|
||||
"url": "{{ path.Join .ctx.Site.BaseURL .url }}"
|
||||
"@id": {{ delimit (slice .ctx.Site.BaseURL (strings.TrimPrefix "/" .url)) "" | jsonify }},
|
||||
"url": {{ delimit (slice .ctx.Site.BaseURL (strings.TrimPrefix "/" .url)) "" | jsonify }}
|
||||
}
|
||||
Loading…
Reference in New Issue