Fix id of Items, saving
This commit is contained in:
@ -95,7 +95,7 @@ final class PostListPageGenerator {
|
||||
post: post).generate()
|
||||
|
||||
return FeedEntryData(
|
||||
entryId: post.id,
|
||||
entryId: post.identifier,
|
||||
title: localized.title,
|
||||
textAboveTitle: post.dateText(in: language),
|
||||
link: linkUrl,
|
||||
|
Reference in New Issue
Block a user