Add labels to posts
This commit is contained in:
@ -86,6 +86,7 @@ final class PostListPageGenerator {
|
||||
textAboveTitle: post.dateText(in: language),
|
||||
link: linkUrl,
|
||||
tags: tags,
|
||||
labels: localized.labels,
|
||||
text: localized.text.components(separatedBy: "\n\n"),
|
||||
media: media)
|
||||
#warning("Treat post text as markdown")
|
||||
|
Reference in New Issue
Block a user