Skip to content

Commit 69c4b93

Browse files
committed
Fix breadcrumb metadata
1 parent 3705e80 commit 69c4b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/src/templates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ impl Templater {
211211
@for (ix, (url, name)) in breadcrumbs.iter().enumerate() {
212212
li property="itemListElement" typeof="ListItem" {
213213
meta property="position" content=(ix + 1);
214-
a property="item" href=(url) {
214+
a property="item" typeof="WebPage" href=(url) {
215215
@if let Some(name) = name {
216216
span property="name" { (name) }
217217
} @else {

0 commit comments

Comments
 (0)