diff --git a/templates/followers.html b/templates/followers.html index 1f9a1703..707c65a5 100644 --- a/templates/followers.html +++ b/templates/followers.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ domain }}'s followers - Bridgy Fed{% endblock %} +{% block title %}{{ g.user.readable_or_key_id() }}'s followers - Bridgy Fed{% endblock %} {% block content %} diff --git a/templates/following.html b/templates/following.html index d5e2db43..f7053c9b 100644 --- a/templates/following.html +++ b/templates/following.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ domain }}'s following - Bridgy Fed{% endblock %} +{% block title %}{{ g.user.readable_or_key_id() }}'s following - Bridgy Fed{% endblock %} {% block content %} @@ -16,7 +16,7 @@ - +