diff options
Diffstat (limited to 'templates/identity')
-rw-r--r-- | templates/identity/view.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/identity/view.html b/templates/identity/view.html index 223c2bb..f877f59 100644 --- a/templates/identity/view.html +++ b/templates/identity/view.html @@ -28,6 +28,12 @@ {{ identity.name_or_handle }} <small>@{{ identity.handle }}</small> </h1> + {% if identity.summary %} + <div class="summary"> + {{ identity.safe_summary }} + </div> + {% endif %} + {% if not identity.local %} {% if identity.outdated and not identity.name %} <p class="system-note"> |