Whoopsie daisy!!! >.<
This commit is contained in:
parent
4a0b59c45b
commit
99eca20edc
1 changed files with 1 additions and 1 deletions
|
@ -74,5 +74,5 @@ func Post(c echo.Context) error {
|
||||||
partials := []string{"header", "navitems"}
|
partials := []string{"header", "navitems"}
|
||||||
|
|
||||||
// Render the template
|
// Render the template
|
||||||
return lib.RenderTemplate(c.Response().Writer, "base", partials, props)
|
return lib.RenderTemplate(c.Response().Writer, "post", partials, props)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue