kcc-gem-theme 1.0.13 → 1.0.14
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/_data/cache_bust_css.yml +1 -1
- data/_includes/contacts-tan.html +2 -2
- data/_includes/contacts.html +2 -2
- 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: 676559088b70d78d8f6882097a5c5cc2c1d6b8486685ec134226576b86591c7b
|
4
|
+
data.tar.gz: a54cabfc43373a258e8cef93441fe2c5dd3e1c77243887687ca3c02a3e3efb1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67bbb4fd1ed3ad2d9fb361da3719e8302873fde781ade2c3b453fef598a2ebc5dcd86f0e83cf4526efdb0f38baf0130787943c6091783df8d80761240b413069
|
7
|
+
data.tar.gz: 71cde59047c41f407758c6f8a80efee79f7149dc6fb7cba9c3be35b7d622ca4e91e95a4afccbe8196f4c244b5b1e7641a7a50910b8165a59c4f8c444896631d7
|
data/_data/cache_bust_css.yml
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
61f6a33beb83435a11a937ba296675da ../assets/scss/kcc-theme.css
|
data/_includes/contacts-tan.html
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>
|
30
30
|
<p class="notranslate">
|
31
31
|
<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>
|
32
|
-
<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first
|
32
|
+
<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>
|
33
33
|
</p>
|
34
34
|
</div>
|
35
35
|
</div>
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>
|
41
41
|
<p class="notranslate">
|
42
42
|
<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>
|
43
|
-
<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first
|
43
|
+
<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>
|
44
44
|
</p>
|
45
45
|
</div>
|
46
46
|
{% endif %}
|
data/_includes/contacts.html
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>
|
28
28
|
<p class="notranslate">
|
29
29
|
<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>
|
30
|
-
<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first
|
30
|
+
<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>
|
31
31
|
</p>
|
32
32
|
</div>
|
33
33
|
</div>
|
@@ -38,7 +38,7 @@
|
|
38
38
|
<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>
|
39
39
|
<p class="notranslate">
|
40
40
|
<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>
|
41
|
-
<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first
|
41
|
+
<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>
|
42
42
|
</p>
|
43
43
|
</div>
|
44
44
|
{% endif %}
|
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.0.
|
4
|
+
version: 1.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|