new: Add interactive bar script
This commit is contained in:
@ -60,7 +60,7 @@ func PostRoute(c *fiber.Ctx) error {
|
||||
}
|
||||
|
||||
return c.Render("post", fiber.Map{
|
||||
"title": "News",
|
||||
"title": con.Title,
|
||||
"post": con,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user