kcc-gem-theme 1.60.38 → 1.60.39
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 +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cf26831a5651de15c51ac5f25a16ba45f927f4e226c1a88f8aafb041a4b2abd
|
4
|
+
data.tar.gz: c459706ff0743af14c64fc453477a2ca2dbceca3dd5c2ffd028202a8222655f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12f9584ff2304d2a73883dc1d7be58223cbf7f2842f32242598f1e56aa304d47f878505afc832fd455dbc679045eafae2ac33807bc60aab923e17f90cb3e8cc5
|
7
|
+
data.tar.gz: 985a12a58887d0cc3db8285f51d25f92d7f79ba1817d62ba669d8cb6bafd738ce57c5868db0bc586b538e4d4d882f73b2e98f6925f386a9edaf41a6e1fe85831
|
data/_includes/contacts-tan.html
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
29
29
|
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
30
30
|
<p class="notranslate">
|
31
|
-
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{%
|
31
|
+
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
|
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><br>{% endif %}
|
33
33
|
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
34
34
|
</p>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
46
46
|
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
47
47
|
<p class="notranslate">
|
48
|
-
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{%
|
48
|
+
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
|
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><br>{% endif %}
|
50
50
|
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
51
51
|
</p>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
58
58
|
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
59
59
|
<p class="notranslate">
|
60
|
-
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{%
|
60
|
+
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
|
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><br>{% endif %}
|
62
62
|
{% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
|
63
63
|
</p>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.60.
|
4
|
+
version: 1.60.39
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|