Added fallback if renaming cant move an upload

This commit is contained in:
Leon Mika 2026-03-05 22:48:38 +11:00
parent 891d904d9c
commit 76ed54f119
3 changed files with 40 additions and 4 deletions

View file

@ -148,7 +148,7 @@ func (b *Builder) renderFeeds(ctx buildContext, postIter iter.Seq[models.Maybe[*
Content: string(renderedPost.HTML),
// TO FIX: Created should be first published
Created: post.PublishedAt,
Updated: post.PublishedAt,
Updated: post.UpdatedAt,
})
items++