diff --git a/pages/post.go b/pages/post.go index fa7fe54..d3e984b 100644 --- a/pages/post.go +++ b/pages/post.go @@ -74,5 +74,5 @@ func Post(c echo.Context) error { partials := []string{"header", "navitems"} // Render the template - return lib.RenderTemplate(c.Response().Writer, "base", partials, props) + return lib.RenderTemplate(c.Response().Writer, "post", partials, props) }