Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2020-12-28 18:44:16 +0300
committerWang Chucheng <me@wangchucheng.com>2020-12-28 18:44:16 +0300
commit825231682ad8640986f214a05535f0d56a6b1616 (patch)
tree55775c232e95e88e5e840c0df86261e3d155f0d2 /layouts
parentc33985a935b5bf5706bed27bc112f700df2f2903 (diff)
fix: schema context url
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/components/schema-node.html2
-rw-r--r--layouts/partials/components/schema-page.html2
-rw-r--r--layouts/partials/components/schema.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/components/schema-node.html b/layouts/partials/components/schema-node.html
index 0c4cba5..dbcae7a 100644
--- a/layouts/partials/components/schema-node.html
+++ b/layouts/partials/components/schema-node.html
@@ -6,7 +6,7 @@
{{- with $pages }}
<script type="application/ld+json">
{
- "@context":"https://components/schema.org",
+ "@context":"https://schema.org",
"@type":"ItemList",
"itemListElement":[
{{- range $index, $value := . -}}
diff --git a/layouts/partials/components/schema-page.html b/layouts/partials/components/schema-page.html
index 4829647..2e71322 100644
--- a/layouts/partials/components/schema-page.html
+++ b/layouts/partials/components/schema-page.html
@@ -1,6 +1,6 @@
<script type="application/ld+json">
{
- "@context": "https://components/schema.org",
+ "@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
diff --git a/layouts/partials/components/schema.html b/layouts/partials/components/schema.html
index 03b840c..001138b 100644
--- a/layouts/partials/components/schema.html
+++ b/layouts/partials/components/schema.html
@@ -5,7 +5,7 @@
{{- if gt (len $bundles) 1 }}
<script type="application/ld+json">
{
- "@context": "https://components/schema.org",
+ "@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{{- range $index, $value := $bundles.Reverse -}}