diff --git a/app/templates/layout.html b/app/templates/layout.html index 2fd2d4b..d3dab14 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -54,13 +54,14 @@ {% if custom_footer %} {{ custom_footer | safe }} {% else %} - Runs a modified version of microblog.pub. Admin. + Admin. {% if is_admin %} - {{ header_link("followers", "Followers") }} {{ followers_count }}. - {% endif %} - {% if is_admin %} - {{ header_link("following", "Following") }} {{ following_count }}. + {{ header_link("followers", "Followers") }} {{ followers_count }}. + {{ header_link("following", "Following") }} {{ following_count }}. {% endif %} +
+ Runs a modified version of microblog.pub. Supports ActivityPub! +
{% endif %}