We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c01c06 commit fbfbfefCopy full SHA for fbfbfef
_layouts/post.html
@@ -1,6 +1,6 @@
1
---
2
layout: default
3
-page-class: page--post
+page-class: "page--post page--blog"
4
lux: Post
5
6
@@ -107,12 +107,12 @@ <h1 itemprop="name headline" elementtiming=page-title style="view-transition-na
107
"@type": "ListItem",
108
"position": 1,
109
"name": "Blog",
110
- "item": "https://csswizardry.com/archive/"
+ "item": "https://csswizardry.com/blog/"
111
}, {
112
113
"position": 2,
114
"name": "{{ page.date | date: "%Y" }}",
115
- "item": "https://csswizardry.com/archive/#year-{{ page.date | date: "%Y" }}"
+ "item": "https://csswizardry.com/blog/#year-{{ page.date | date: "%Y" }}"
116
117
118
"position": 3,
0 commit comments