Skip to content
Snippets Groups Projects
Commit 49f1ba48 authored by Brian Canini's avatar Brian Canini
Browse files

user profile page update

- italicizing pronoun
parent cd9cfbd8
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
{% if content.field_pronoun.0 != '' %}
<br/>
<span class="bio-pronoun">
{{ content.field_pronoun.0 }}
<i>{{ content.field_pronoun.0 }}</i>
</span>
{% endif %}
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment