patx/gitman

match empty bio to empty website behavior

Commit 9e8ca49 · patx · 2026-05-05T21:23:38-04:00

Changeset
9e8ca49bcdea97debef797ebbba6192b18850b17
Parents
8e4af1d95def23675bbe162d63dd5afe7c646a0a

View source at this commit

Comments

No comments yet.

Log in to comment

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>