summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/relurl.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/relurl.md')
-rw-r--r--docs/content/en/functions/relurl.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/content/en/functions/relurl.md b/docs/content/en/functions/relurl.md
index 71eefb013..af98c44f4 100644
--- a/docs/content/en/functions/relurl.md
+++ b/docs/content/en/functions/relurl.md
@@ -3,7 +3,6 @@ title: relURL
description: Creates a baseURL-relative URL.
date: 2017-02-01
publishdate: 2017-02-01
-lastmod: 2017-02-01
categories: [functions]
menu:
docs:
@@ -31,7 +30,7 @@ The last two examples may look strange but can be very useful. For example, the
{{< code file="layouts/partials/schemaorg-metadata.html" download="schemaorg-metadata.html" >}}
<script type="application/ld+json">
{
- "@context" : "http://schema.org",
+ "@context" : "https://schema.org",
"@type" : "BlogPosting",
"image" : {{ apply .Params.images "absURL" "." }}
}
@@ -46,5 +45,5 @@ The above uses the [apply function][] and also exposes how the Go template parse
[apply function]: /functions/apply/
[configuration]: /getting-started/configuration/
-[jsonld]: https://developers.google.com/search/docs/guides/intro-structured-data
+[jsonld]: https://developers.google.com/search/docs/advanced/structured-data/intro-structured-data
[safejs]: /functions/safejs