diff --git a/views/index.php b/views/index.php index b06f097..8c8aae9 100644 --- a/views/index.php +++ b/views/index.php @@ -5,14 +5,19 @@
Quill is a simple app for posting text notes to your website.
-To use Quill, sign in with your domain. Your website will need to support Micropub for creating new posts.
+ if(session('me')): ?> +You're already signed in!
+
+ else: ?> +To use Quill, sign in with your domain. Your website will need to support Micropub for creating new posts.
- + + endif; ?>