Skip to content

Commit fb1070c

Browse files
committed
chore: Fallback URL for JSON LD isPartOf value changed to the docs intro
1 parent 4f9c40b commit fb1070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"description": "{{ page.description | parse_front_matter }}",
4141
"about": "{{ site.product }}",
42-
"isPartOf": "{% if site.product_url %}{{ site.product_url }}{% else %}https://www.telerik.com{% endif %}"
42+
"isPartOf": "{% if site.product_url %}{{ site.product_url }}{% else %}https://docs.telerik.com{{site.baseurl}}{% endif %}"
4343
}
4444
</script>
4545
{% endif %}

0 commit comments

Comments
 (0)