add titles to more pages
This commit is contained in:
@ -48,6 +48,8 @@ app:get("edit_post", "/:post_id/edit", function(self)
|
||||
self.prev_context = db.query(context_prev_query, self.thread.id, self.editing_post.created_at)
|
||||
self.next_context = db.query(context_next_query, self.thread.id, self.editing_post.created_at)
|
||||
|
||||
self.page_title = "editing a post"
|
||||
|
||||
return {render = "post.edit-post"}
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user