fix: strong font for bio/abstract

This commit is contained in:
mco-system
2023-04-23 20:26:27 +11:00
parent a895d12a09
commit 30893d3f34
2 changed files with 6 additions and 3 deletions

View File

@@ -35,9 +35,7 @@
{% endif %}
{% if speaker.biography %}
<div class="speaker_biography">
<div class="speaker_biography">
{{ speaker.biography | safe }}
</div>
{{ speaker.biography | safe }}
</div>
{% endif %}
</div>