From 0b9c2f44c58f7750f03f218da8c2444cb8c987f7 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 14 Feb 2025 00:45:36 +0100 Subject: Link to own user page from profile. --- views/profile.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/profile.pug b/views/profile.pug index 391fca0..422f4d1 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -9,7 +9,7 @@ html article h1= SITE_NAME - p Welcome, #{user.name}! + p Welcome, #{user.name}! p Your mail address is #{user.mail} if ENABLE_MAIL -- cgit v1.2.3