mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
perf(theme): improve breadcrumb seo
This commit is contained in:
parent
97b59bfc76
commit
3390b49c1f
@ -86,6 +86,7 @@ function resolveSidebar(
|
||||
>
|
||||
<VPLink :href="link" class="breadcrumb" :class="{ current }" property="item" typeof="WebPage" :text="text" />
|
||||
<span v-if="index !== breadcrumbList.length - 1" class="vpi-chevron-right" />
|
||||
<meta property="name" :content="text">
|
||||
<meta property="position" :content="`${index + 1}`">
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user