fix: point to angular.cn

This commit is contained in:
Zhicheng Wang 2018-08-08 15:27:40 +08:00
parent cb84b1d1c6
commit d3f9534441
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"@type": "BreadcrumbList", "@type": "BreadcrumbList",
"itemListElement": [ "itemListElement": [
{%- for crumb in doc.breadCrumbs %}{$ comma() $} {%- for crumb in doc.breadCrumbs %}{$ comma() $}
{ "@type": "ListItem", "position": {$ loop.index $}, "item": { "@id": "https://angular.io/{$ crumb.path $}", "name": "{$ crumb.text $}" } }{% endfor %} { "@type": "ListItem", "position": {$ loop.index $}, "item": { "@id": "https://angular.cn/{$ crumb.path $}", "name": "{$ crumb.text $}" } }{% endfor %}
] ]
} }
</script> </script>