Skip to content

Commit fbfbfef

Browse files
committed
Update rich data
1 parent 7c01c06 commit fbfbfef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/post.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
page-class: page--post
3+
page-class: "page--post page--blog"
44
lux: Post
55
---
66

@@ -107,12 +107,12 @@ <h1 itemprop="name headline" elementtiming=page-title style="view-transition-na
107107
"@type": "ListItem",
108108
"position": 1,
109109
"name": "Blog",
110-
"item": "https://csswizardry.com/archive/"
110+
"item": "https://csswizardry.com/blog/"
111111
}, {
112112
"@type": "ListItem",
113113
"position": 2,
114114
"name": "{{ page.date | date: "%Y" }}",
115-
"item": "https://csswizardry.com/archive/#year-{{ page.date | date: "%Y" }}"
115+
"item": "https://csswizardry.com/blog/#year-{{ page.date | date: "%Y" }}"
116116
}, {
117117
"@type": "ListItem",
118118
"position": 3,

0 commit comments

Comments
 (0)