see previous but more 😭

This commit is contained in:
2026-05-30 21:18:00 +01:00
parent a52c57f3ea
commit 27149b1f01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
</h1>
</div>
<p><%- func.render_md(user.description) %></p>
<a if='edit-account-link' href="<%= config.site_path %><%= config.edit_account_base_url %>/<%= userID %>">
<a if='edit-account-link' href="<%= config.site_path %>/<%= config.edit_account_base_url %>/<%= userID %>">
<img class='icon' src='<%= config.site_path %>/icons/edit.png' alt='<%= locale.edit_account %>' title='<%= locale.edit_account %>'>
</a>
|