-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Hello.
I believe that currently Cobalt does not support last update date on pages. Please implement this small feature if possible, so we can use the frontmadder updated_date or update_date.
For example, I use a Javascript function to display dates as to display in the user's correct timezone. So it is fine I can use the data object, however it fails on sorting posts. Published date and updated date should be separated.
You might say "You can update the published date frontmadder", however it is not the case because I want all users to inform published date and updated date seperetly, so I can sort using sort_by: ["updated_date", "published_date"], that means if the post fails to sort by updated date, then it will sort with published date. That being said, update_date or updated_date frontmadder should be optional, even if it is included in sort_by parameter.
Thanks!