Make staff titles bold

This commit is contained in:
Zedifus 2021-11-19 17:10:47 +00:00
parent c40ce93ca5
commit 460779e4ef

View File

@ -77,7 +77,7 @@
<div class="wrapper d-flex align-items-start pt-3">
{% if person['title'] %}
Crafty's {{ person['title'] }}<br /><br />
<b>Crafty's {{ person['title'] }}</b><br /><br />
{% end %}
{{ person['blurb'] }}
</div>
@ -142,7 +142,7 @@
<div class="wrapper d-flex align-items-start pt-3">
{% if person['title'] %}
Crafty's {{ person['title'] }}<br /><br />
<b>Crafty's {{ person['title'] }}</b><br /><br />
{% end %}
{{ person['blurb'] }}
</div>
@ -208,7 +208,7 @@
<div class="wrapper d-flex align-items-start pt-3">
{% if person['title'] %}
Crafty's {{ person['title'] }}<br /><br />
<b>Crafty's {{ person['title'] }}</b><br /><br />
{% end %}
{{ person['blurb'] }}
</div>