From 650407e6e6d6f5ee342628b764fea097a25bf728 Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Mon, 14 Jan 2019 15:53:04 +0100 Subject: [PATCH] Update jsonld --- themes/neff/layouts/partials/schema/image.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/neff/layouts/partials/schema/image.jsonld b/themes/neff/layouts/partials/schema/image.jsonld index ddb4d32..894ce4a 100755 --- a/themes/neff/layouts/partials/schema/image.jsonld +++ b/themes/neff/layouts/partials/schema/image.jsonld @@ -1,6 +1,6 @@ { "@context": "http://schema.org", "@type": "ImageObject", - "@id": {{ delimit (slice .ctx.Site.BaseURL (strings.TrimPrefix "/" .url)) "" | jsonify }}, - "url": {{ delimit (slice .ctx.Site.BaseURL (strings.TrimPrefix "/" .url)) "" | jsonify }} + "@id": {{ delimit (slice .ctx.Site.BaseURL .TrimPrefix "/" .url) "" | jsonify }}, + "url": {{ delimit (slice .ctx.Site.BaseURL .TrimPrefix "/" .url) "" | jsonify }} } \ No newline at end of file