Added fallback if renaming cant move an upload
This commit is contained in:
parent
891d904d9c
commit
76ed54f119
3 changed files with 40 additions and 4 deletions
|
|
@ -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++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue