diff --git a/README.md b/README.md index 9a58be1..527ab11 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -IndiePost -========= +Quill +===== Work in progress. Do not use! -https://indiepost.micropub.net/ +https://quill.p3k.io/ ### Contributing diff --git a/controllers/auth.php b/controllers/auth.php index 57c2ba4..4686745 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) { ob_start(); render('index', array( - 'title' => 'IndiePost', + 'title' => 'Quill', 'meta' => '' )); $html = ob_get_clean(); diff --git a/views/index.php b/views/index.php index 2c62f09..9232f8e 100644 --- a/views/index.php +++ b/views/index.php @@ -1,5 +1,5 @@
-

#IndiePost

+

Quill

How does it work?

  1. Sign in with your domain
  2. diff --git a/views/layout.php b/views/layout.php index d2421d9..24f5df3 100644 --- a/views/layout.php +++ b/views/layout.php @@ -39,7 +39,7 @@ - IndiePost + Quill