Relative URL scheme

This commit is contained in:
Citlali del Rey 2023-12-09 21:44:16 -08:00
parent 19db9e6f67
commit 5178cae5cd
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<li>
~<%= $user->{username} %>
% if ($user->{has_web_page}) {
<a href="https://unix.dog/~<%=$user->{username}%>/">web</a>
<a href="/~<%=$user->{username}%>/">web</a>
% }
% if ($user->{has_gem_page}) {
<a href="gemini://unix.dog/~<%=$user->{username}%>/">gemini</a>