diff --git a/templates/identity/view.html b/templates/identity/view.html index f664736..85a1b08 100644 --- a/templates/identity/view.html +++ b/templates/identity/view.html @@ -82,7 +82,18 @@ {% for post in page_obj %} {% include "activities/_post.html" %} {% empty %} - No posts yet. + + {% if identity.local %} + No posts yet. + {% else %} + No posts have been received/retrieved by this server yet. + + {% if identity.profile_uri %} + You might find historical posts at + their original profile ➔ + {% endif %} + {% endif %} + {% endfor %} {% if page_obj.has_next %}