Generate first tag pages
This commit is contained in:
@@ -67,6 +67,7 @@ struct AddPostView: View {
|
||||
|
||||
private func addNewPost() {
|
||||
let post = Post(
|
||||
content: content,
|
||||
id: newPostId,
|
||||
isDraft: true,
|
||||
createdDate: .now,
|
||||
|
Reference in New Issue
Block a user