Fixed an error with `<li>` duplication.

This commit is contained in:
George Fox 2023-11-06 23:05:52 +03:00
parent 88f108c878
commit 95606efc83
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@
<a href="gemini://unix.dog/~<%=$user->{username}%>/">gemini</a>
%}
</li>
% if ($user->{has_page}) {
<li>
<a
href="https://unix.dog/~<%=$user->{username}%>/">~<%=$user->{username} %></a></li>
% } else {
<li>~<%= $user->{username} %></li>
% }
% }
</ul>
</article>