lektor-atom icon indicating copy to clipboard operation
lektor-atom copied to clipboard

Distinguish publication and updated date in feed items

Open sunarch opened this issue 7 months ago • 0 comments

It would be useful if both published and updated dates could be added to feed items, not just the updated field.

I added the new field to the tests but wasn't able to run them properly because the current master produces FileNotFoundErrors on the feeds and that is beyond this scope.

Reference feedgenerator pubdate here: https://github.com/django/django/blob/stable/5.2.x/django/utils/feedgenerator.py#L472

sunarch avatar May 02 '25 14:05 sunarch