diff --git a/internal/handlers/articles.go b/internal/handlers/articles.go index bf602ed..fd4a15d 100644 --- a/internal/handlers/articles.go +++ b/internal/handlers/articles.go @@ -36,5 +36,5 @@ func (h *Handler) ArticlesList(c echo.Context) error { } - return Render(c, http.StatusOK, articles.List(vm)) + return Render(c, http.StatusOK, articles.ListArticlesTable(vm)) }