-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix citation metadata #4401
Fix citation metadata #4401
Conversation
fb06105
to
9082f2c
Compare
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 0 ✅ Edited: 2025-01-08 10:33:33 UTC |
@@ -84,7 +84,7 @@ export default function OwidGdocPage({ | |||
debug?: boolean | |||
isPreviewing?: boolean | |||
}) { | |||
const { content, createdAt, updatedAt } = gdoc | |||
const { content, createdAt, publishedAt } = gdoc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad we removed that discrepancy, thanks for tackling it!
9082f2c
to
c700dcf
Compare
It should be the same as we display to the reader in the post, which is the publication date.
c700dcf
to
ff48d5a
Compare
Fixes #3575