Skip to content
Snippets Groups Projects
Commit 04795ba8 authored by wodby's avatar wodby Committed by Kevin Paxman
Browse files

ISTWCMS-5090: updating position on contact

parent 94ddf3b8
No related branches found
No related tags found
1 merge request!95ISTWCMS-5090: updating card to use separate position element
......@@ -15,7 +15,7 @@
{% endif %}
<div class="card__body">
{% if title or author or date or sub_title %}
{% if title or author or date or sub_title or position %}
<div class="card__header">
{% if date %}
<div class="card__date">
......
......@@ -11,9 +11,9 @@
</a>
</h2>
{% endif %}
{% if contact.sub_title %}
{% if contact.position %}
<span class="uw-contact__position">
{{ contact.sub_title }}
{{ contact.position }}
</span>
{% endif %}
{% endblock %}
......
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