diff options
| author | Bobby <[email protected]> | 2022-06-26 21:13:43 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-26 21:13:43 +0530 |
| commit | 643787b0eeab39be718ae5d781781d3cc07c8e0c (patch) | |
| tree | 1819d5c8eec43fc75b88e75561e6ccefa60b674a | |
| parent | 90e34d3e57606ed7395deabb6cf9a7dd1f68ef53 (diff) | |
| download | thatcomputerscientist-643787b0eeab39be718ae5d781781d3cc07c8e0c.tar.xz thatcomputerscientist-643787b0eeab39be718ae5d781781d3cc07c8e0c.zip | |
remove target='_blank' from profile URL
| -rw-r--r-- | views/account.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/account.ejs b/views/account.ejs index 3e911d13..c148931a 100644 --- a/views/account.ejs +++ b/views/account.ejs @@ -12,7 +12,7 @@ </ul> <p>Your avatar is fetched from gravatar. Update your gravatar email to fetch the avatar. If you don't have an account, you can sign up for one <a href="https://en.gravatar.com/" target="_blank">here</a>. If you haven't set up your gravatar email, we would try to fetch your profile picture from your account email, by default. If your account email and gravatar email are the same, you do not need to set a gravatar email.</p> <% if (user.url !== "") { %> - <p>Your account is publicly accessible at: <a href="<%= user.url %>" target="_blank"><%= user.url %></a>.</p> + <p>Your account is publicly accessible at: <a href="<%= user.url %>"><%= user.url %></a>.</p> <% } %> <div class="account"> <div class="ac-sidebar"> |
