feat: display followers count if followers list is hidden

This commit is contained in:
2025-07-20 22:53:09 +00:00
parent 9c8693ea55
commit b8580c2c9b
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{% extends "layout.html" %}
{% block head %}
<title>{{ local_actor.display_name }}'s microblog</title>
<title>{{ local_actor.display_name }}'s posts.</title>
<link rel="indieauth-metadata" href="{{ url_for("well_known_authorization_server") }}">
<link rel="authorization_endpoint" href="{{ url_for("indieauth_authorization_endpoint") }}">
<link rel="token_endpoint" href="{{ url_for("indieauth_token_endpoint") }}">