patx/gitman
match empty bio to empty website behavior
Commit 9e8ca49 · patx · 2026-05-05T21:23:38-04:00
Comments
No comments yet.
Diff
diff --git a/templates/profile.tpl b/templates/profile.tpl
index 4f2e537..c76757b 100644
--- a/templates/profile.tpl
+++ b/templates/profile.tpl
@@ -17,8 +17,6 @@
</small></p>
% if profile_user["bio"]:
<p>{{!render_markdown_links(profile_user["bio"])}}</p>
- % else:
- <p class="empty">No bio yet.</p>
% end
% if profile_user["website"]:
<p><a href="{{profile_user['website']}}" rel="nofollow">{{profile_user["website"]}}</a></p>