Revert "Recognize profile summary linebreaks + whitespace"

This commit is contained in:
Kylie
2021-07-31 13:13:43 -04:00
committed by GitHub
parent b3e437fd18
commit f996cc7d10
2 changed files with 1 additions and 4 deletions

View File

@ -20,7 +20,7 @@
<div>
{% if user.summary %}
{{ user.summary|to_markdown|safe|truncatechars_html:81 }}
{{ user.summary|to_markdown|safe|truncatechars_html:40 }}
{% else %}&nbsp;{% endif %}
</div>
</div>