diff options
Diffstat (limited to 'templates/identity/view.html')
-rw-r--r-- | templates/identity/view.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/identity/view.html b/templates/identity/view.html index 8d5806f..7e2c8d4 100644 --- a/templates/identity/view.html +++ b/templates/identity/view.html @@ -72,6 +72,15 @@ </table> {% endif %} + {% if identity.config_identity.visible_follows %} + <div class="stats"> + <ul> + <li><strong>{{ following_count }}</strong> following</li> + <li><strong>{{ followers_count }}</strong> followers</li> + </ul> + </div> + {% endif %} + {% if not identity.local %} {% if identity.outdated and not identity.name %} <p class="system-note"> |