You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked that your feature request isn't already filed?
I read through FAQ and searched through the past issues, none of which addressed my feature request.
Yes, I have checked that this feature request isn't already filed.
Description & Motivation
#2341 added the last_updated field to posts. However, jekyll-sitemap, which is included here, uses last_modified_at instead. This requires duplicating the date in two fields.
Pitch
Transition to last_modified_at field instead:
Use last_modified_at to output what last_updated is used for right now.
Direct new users to use last_modified_at for that purpose.
For backwards-compatibility last_updated should be used as fallback.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Have you checked that your feature request isn't already filed?
Description & Motivation
#2341 added the
last_updated
field to posts. However, jekyll-sitemap, which is included here, useslast_modified_at
instead. This requires duplicating the date in two fields.Pitch
Transition to
last_modified_at
field instead:last_modified_at
to output whatlast_updated
is used for right now.last_modified_at
for that purpose.For backwards-compatibility
last_updated
should be used as fallback.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: