Merge pull request #1053 from arkhi/patch-1

Display author biography with style. 😎
This commit is contained in:
Mouse Reeve 2021-05-06 09:59:39 -07:00 committed by GitHub
commit 78f3e2efc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,12 +22,11 @@
</div>
</div>
<div class="block">
<div class="block content">
{% if author.bio %}
<p>
{{ author.bio | to_markdown | safe }}
</p>
{% endif %}
{% if author.wikipedia_link %}
<p><a href="{{ author.wikipedia_link }}" rel=”noopener” target="_blank">{% trans "Wikipedia" %}</a></p>
{% endif %}