Update jsonld
This commit is contained in:
parent
650407e6e6
commit
1103ab0585
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "ImageObject",
|
||||
"@id": {{ delimit (slice .ctx.Site.BaseURL .TrimPrefix "/" .url) "" | jsonify }},
|
||||
"url": {{ delimit (slice .ctx.Site.BaseURL .TrimPrefix "/" .url) "" | jsonify }}
|
||||
"@id": {{ delimit (slice (strings.TrimSuffix "/" .ctx.Site.BaseURL) .url) "" | jsonify }},
|
||||
"url": {{ delimit (slice (strings.TrimSuffix "/" .ctx.Site.BaseURL) .url) "" | jsonify }}
|
||||
}
|
||||
Loading…
Reference in New Issue