summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/profile.pug2
1 files changed, 1 insertions, 1 deletions
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, <a class="black" href="/user/#{user.name}">#{user.name}</a>!
p Your mail address is #{user.mail}
if ENABLE_MAIL