diff --git a/agaric/templates/content/comment.html.twig b/agaric/templates/content/comment.html.twig index 2e2c96d..0fcacec 100644 --- a/agaric/templates/content/comment.html.twig +++ b/agaric/templates/content/comment.html.twig @@ -73,7 +73,12 @@ {{ created }}
{{ author }}

- {% if user_picture %} + {% if false and user_picture %} + {# Drupal is broken and so prints all this, including an
wrapper + for the user, even when there is no user picture at all, even for + anonymous users. Therefore we'll skip this, but maybe can bring it back + to only print pictures for Agaric worker-owners, along with other special + styling for us fancy folk. #}
{{ user_picture }}