patx/gitman
update profile ux further for a better look
Commit d620066 · patx · 2026-05-05T21:18:57-04:00
Comments
No comments yet.
Diff
diff --git a/templates/profile.tpl b/templates/profile.tpl
index f47de2f..6eecfa6 100644
--- a/templates/profile.tpl
+++ b/templates/profile.tpl
@@ -2,10 +2,13 @@
% rebase("base.tpl", title=profile_name, user=user, error=error, notice=notice)
<section class="profile-header">
- <h1>{{profile_name}}</h1>
+ <h1>
+ {{profile_name}}
% if profile_user["display_name"]:
- <p class="muted">@{{profile_user["username"]}}</p>
+ <div class="muted">@{{profile_user["username"]}}</div>
% end
+ </h1>
+
% if profile_user["bio"]:
<p>{{!render_markdown_links(profile_user["bio"])}}</p>
% else: