Skip to content

Commit b0123e6

Browse files
committed
Update rich data breadcrumb
1 parent 2faf180 commit b0123e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

archive.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ <h2 id=year-{{ currentDate }}>{{ currentDate }}</h2>
4545
},{
4646
"@type": "ListItem",
4747
"position": 2,
48-
"name": "Blog",
49-
"item": "https://csswizardry.com/archive/"
48+
"name": "blog",
49+
"item": "https://csswizardry.com/blog/"
5050
}]
5151
}
5252
</script>

blog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ <h2 id=year-{{ currentDate }}>{{ currentDate }}</h2>
4444
},{
4545
"@type": "ListItem",
4646
"position": 2,
47-
"name": "Blog",
48-
"item": "https://csswizardry.com/archive/"
47+
"name": "blog",
48+
"item": "https://csswizardry.com/blog/"
4949
}]
5050
}
5151
</script>

0 commit comments

Comments
 (0)