From 54179415b7a4835903fbcb129159266a73733fdc Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 14 Nov 2018 16:45:45 -0400 Subject: Link to own profile page in header --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bd4208e..5b14d51 100755 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ const page = async (request, response, text) => {
${cookies.username ? fixWS` -

You are logged in as ${cookies.username}. (Log out.) You have ${'' + notificationCount} unread ${pluralize('notification', notificationCount)}.

` +

You are logged in as ${templates.user(cookies.username)}. (Log out.) You have ${'' + notificationCount} unread ${pluralize('notification', notificationCount)}.

` : fixWS`

You are not logged in. Log in.

`} -- cgit 1.3.0-6-gf8a5