mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Make staff titles bold
This commit is contained in:
parent
c40ce93ca5
commit
460779e4ef
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user