diff --git a/bookwyrm/templates/author.html b/bookwyrm/templates/author.html index 0ef876fd..ec952d4c 100644 --- a/bookwyrm/templates/author.html +++ b/bookwyrm/templates/author.html @@ -22,12 +22,11 @@ -
+
{% if author.bio %} -

{{ author.bio | to_markdown | safe }} -

{% endif %} + {% if author.wikipedia_link %}

{% trans "Wikipedia" %}

{% endif %}