diff --git a/views/index/logged_out.moon b/views/index/logged_out.moon index 6d06563..c1377cd 100644 --- a/views/index/logged_out.moon +++ b/views/index/logged_out.moon @@ -2,10 +2,8 @@ import Widget from require "lapis.html" class LoggedOut extends Widget content: => - p "Simplex is a task manager designed to be as flexible as possible. Organize your tasks the way you want to, instead of conforming to someone else's idea." - p -> - text "Right now, Simplex offers a minimal web interface, and " + text "Simplex is a task manager designed to be as flexible as possible. Organize your tasks the way you want to, instead of conforming to someone else's idea. Right now, Simplex offers a minimal web interface, and " a href: @url_for("docs_index"), "extensive API documentation" text ". It is developed by making the easiest to use API first, and then building a website to utilize its functionality."