From d30486e7c610e2ba2998ed5997fd86c6dcae5c77 Mon Sep 17 00:00:00 2001 From: David Shanske Date: Sun, 24 Feb 2019 19:44:12 +0000 Subject: Simple Addition of Profile Data to Quill --- views/index.php | 10 +++++++++- views/settings.php | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/index.php b/views/index.php index f60b560..4277fe1 100644 --- a/views/index.php +++ b/views/index.php @@ -5,7 +5,15 @@

Quill is a simple app for posting text notes to your website.

- + Profile Image +

+ +

You're already signed in!

Continue

diff --git a/views/settings.php b/views/settings.php index f94b9fe..51d3a6b 100644 --- a/views/settings.php +++ b/views/settings.php @@ -8,6 +8,13 @@ me user->url; ?> (should be your URL) + + + User Name + + + scope user->micropub_scope ?> (should be a space-separated list of permissions including "create") -- cgit v1.2.3