-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature] Added updatedAt attribute in blog meta #152
Conversation
I like the suggestion. Maybe use the wording "last updated". And of course display it only if there has been an update. When |
2b7f652
to
d03fe72
Compare
The wording is changed to |
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.
LGTM
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.
👍 🚀
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.
LGTM
Description
The blog needs to be updated after some time because the blog will not be useful due to updates (like versions, and terminologies) in tools used while writing the blog.
In this PR, the attribute
updatedAt
is introduced in the blog metadata so the originally published date and updated date are shown in the blog post.Feature
Result
Blog Home View
Before::
After::
No Updated At::
Blog Post View
Before::
After::
No Updated At::
Issues
Fixes #148