kcc-gem-theme 1.55.36 → 1.56.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/contacts-tan.html +6 -6
- data/_includes/contacts.html +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e34321a88bda4346d407329b700e9286bcdc01caf419fac33fea1da4dc48ddb3
|
4
|
+
data.tar.gz: e3f8af87716be132108dc76a41af05312dccdf32e95e835d62384b83c6e2d40b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 230db30e2364edaac7ea7cda92568a8ae63df36775f620722d1c151adae3ad601a7bcadd44de8760a8e457362397ea3c02796a873769899ba538c8d103b29f24
|
7
|
+
data.tar.gz: 74d9a2c822cbe179bdbd49f8ce732ca61948de90cfb4d518a8bd2d974b34cb84f4d1a460c7dbf6581b00a71669e8f493777cea3340b43cfc9084ae501522c469
|
data/_includes/contacts-tan.html
CHANGED
@@ -26,11 +26,11 @@
|
|
26
26
|
</div>
|
27
27
|
<div class="col-8 float-right">
|
28
28
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
29
|
-
{% if contact.
|
29
|
+
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
30
30
|
<p class="notranslate">
|
31
31
|
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
|
32
32
|
{% 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>{% endif %}
|
33
|
-
{% if contact.fax %}{{ contact.fax }}{% endif %}
|
33
|
+
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
34
34
|
</p>
|
35
35
|
</div>
|
36
36
|
</div>
|
@@ -43,11 +43,11 @@
|
|
43
43
|
</div>
|
44
44
|
<div class="col-8 float-right">
|
45
45
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
46
|
-
{% if contact.
|
46
|
+
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
47
47
|
<p class="notranslate">
|
48
48
|
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
|
49
49
|
{% 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>{% endif %}
|
50
|
-
{% if contact.fax %}{{ contact.fax }}{% endif %}
|
50
|
+
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
51
51
|
</p>
|
52
52
|
</div>
|
53
53
|
</div>
|
@@ -55,11 +55,11 @@
|
|
55
55
|
{% else %}
|
56
56
|
<div class="col-sm-6 col-md-4 mb-3">
|
57
57
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
58
|
-
{% if contact.
|
58
|
+
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
59
59
|
<p class="notranslate">
|
60
60
|
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
|
61
61
|
{% 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>{% endif %}
|
62
|
-
{% if contact.fax %}{{ contact.fax }}{% endif %}
|
62
|
+
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
63
63
|
</p>
|
64
64
|
</div>
|
65
65
|
{% endif %}
|
data/_includes/contacts.html
CHANGED
@@ -24,11 +24,11 @@
|
|
24
24
|
</div>
|
25
25
|
<div class="col-8 float-right">
|
26
26
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
27
|
-
{% if contact.
|
27
|
+
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
28
28
|
<p class="notranslate">
|
29
29
|
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
|
30
30
|
{% 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>{% endif %}
|
31
|
-
{% if contact.fax %}{{ contact.fax }}{% endif %}
|
31
|
+
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
32
32
|
</p>
|
33
33
|
</div>
|
34
34
|
</div>
|
@@ -41,11 +41,11 @@
|
|
41
41
|
</div>
|
42
42
|
<div class="col-8 float-right">
|
43
43
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
44
|
-
{% if contact.
|
44
|
+
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
45
45
|
<p class="notranslate">
|
46
46
|
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
|
47
47
|
{% 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>{% endif %}
|
48
|
-
{% if contact.fax %}{{ contact.fax }}{% endif %}
|
48
|
+
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
49
49
|
</p>
|
50
50
|
</div>
|
51
51
|
</div>
|
@@ -53,11 +53,11 @@
|
|
53
53
|
{% else %}
|
54
54
|
<div class="col-sm-6 col-md-4 mb-3">
|
55
55
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
56
|
-
{% if contact.
|
56
|
+
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
57
57
|
<p class="notranslate">
|
58
58
|
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
|
59
59
|
{% 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>{% endif %}
|
60
|
-
{% if contact.fax %}{{ contact.fax }}{% endif %}
|
60
|
+
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
61
61
|
</p>
|
62
62
|
</div>
|
63
63
|
{% endif %}
|