_includes/contacts-tan.html in kcc-gem-theme-1.60.38 vs _includes/contacts-tan.html in kcc-gem-theme-1.60.39
- old
+ new
@@ -26,11 +26,11 @@
</div>
<div class="col-8 float-right">
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
<p class="notranslate">
- {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
{% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&to[last]={{ last }}&submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
</p>
</div>
</div>
@@ -43,11 +43,11 @@
</div>
<div class="col-8 float-right">
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
<p class="notranslate">
- {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
{% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&to[last]={{ last }}&submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
</p>
</div>
</div>
@@ -55,10 +55,10 @@
{% else %}
<div class="col-sm-6 col-md-4 mb-3">
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
<p class="notranslate">
- {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
{% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&to[last]={{ last }}&submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
</p>
</div>
{% endif %}