diff --git a/templates/utils.html b/templates/utils.html index 0e5e831..7062e24 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -15,6 +15,17 @@ {% endif %} {%- endmacro %} +{% macro display_actor_icon(follower, size=50) -%} +{% if follower and follower.id %} + +{% if not follower.icon %} + +{% else %} +{% endif %} + +{% endif %} +{%- endmacro %} + {% macro display_actor_oneline(follower) -%} {% if follower and follower.id %} @@ -385,18 +396,20 @@ {% if likes or shares %} -