Better format of titles for Support & Retired

This commit is contained in:
Zedifus 2022-02-06 05:37:19 +00:00
parent 0c6bcaa097
commit 624f755fd4

View File

@ -153,7 +153,7 @@
<div class="wrapper align-items-start pt-3">
{% if person['title'] %}
<h5><strong>Crafty's {{ person['title'] }}</strong></h5>
<h5><strong>{{ person['title'] }}</strong></h5>
{% end %}
<p>{{ person['blurb'] }}</p>
</div>
@ -225,7 +225,7 @@
<div class="wrapper align-items-start pt-3">
{% if person['title'] %}
<h5><strong>Crafty's {{ person['title'] }}</strong></h5>
<h5><strong>{{ person['title'] }}</strong></h5>
{% end %}
<p>{{ person['blurb'] }}</p>
</div>