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
ttbp.view_feed() uses mtime to determine display order; this means that older entries with a recent mtime will get bumped up on the feed.
the behavior that i intended was that editing a post on the day of should bump it up within that day, but it should not bump a backdated post to the current day.
The text was updated successfully, but these errors were encountered:
if they don't match, process it as if it was last modified on the date indicated by filename, rather than the actual mtime date (this will probably include some modification for how core.meta() handles generating the mtime)
(also, now that i'm looking at core.meta(), dear god that is ugly and should get flagged for a refactor)
i think i'd rather not mess with mtime like that, or at least leave it up to individual users if they want to do that, because it's a little bit obscure for less savvy linux users, and also might interfere with other reasons people might have to want to preserve an accurate mtime.
ttbp.view_feed() uses
mtime
to determine display order; this means that older entries with a recent mtime will get bumped up on the feed.the behavior that i intended was that editing a post on the day of should bump it up within that day, but it should not bump a backdated post to the current day.
The text was updated successfully, but these errors were encountered: