Skip to content

Commit d0c1296

Browse files
committed
page override
1 parent 63ce0e9 commit d0c1296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/Page.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if (data.description) {
5757
data.description = await generateDescription({ html });
5858
}
5959
60-
if (data.updated) {
60+
if (data.reviewed) {
6161
data.lastUpdated = undefined;
6262
}
6363
---

0 commit comments

Comments
 (0)