diff --git a/bookwyrm/templates/directory.html b/bookwyrm/templates/directory.html index 9e1cfae9..d70ff987 100644 --- a/bookwyrm/templates/directory.html +++ b/bookwyrm/templates/directory.html @@ -40,17 +40,17 @@
{{ user.display_name }} - @{{ user|username }} + @{{ user|username }} {% include 'snippets/follow_button.html' with user=user %}
- {% if user.summary %}
+ {% if user.summary %} {{ user.summary | to_markdown | safe | truncatechars_html:40 }} + {% else %} {% endif %}
- {% endif %}