kcc-gem-theme 0.7.27 → 0.7.28
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.html +11 -0
- data/_includes/document-head.html +1 -1
- 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: c34228c9daf846ae9db65a55b1790feffced6e026f1f3854b9415a5a9bd5e2bf
|
4
|
+
data.tar.gz: 3bdbde1c626a2b187e40f39b401af5888e67f3d7f623dd1697189646966bcb7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 531dee11159c51883ab301fa6db6b4551ff3da60672d9bda5a23f711dba4463e54239d9c9137e9459100a563ebfb18dbaaeb8c9d9c3996e16466fcb7e0d5e211
|
7
|
+
data.tar.gz: b7ff5b8c1a30c3ece3e7cc369a5f6ab8f1a23a3c588148865eb94cd84451f8f8401aa5444c7275d5bfc94d8b02aad0c3feb3283be11aca1fdb6d9708bb9214d8
|
data/_includes/contacts.html
CHANGED
@@ -16,6 +16,7 @@
|
|
16
16
|
{% assign contact_name = contact.name | split: " " %}
|
17
17
|
{% assign first = contact_name[0] %}
|
18
18
|
{% assign last = contact_name[1] %}
|
19
|
+
{% if contact.portrait != "For departments with no contact photos, do not change this field." %}
|
19
20
|
<div class="col-md-6 contacts__col-bottom-margin">
|
20
21
|
<div class="row">
|
21
22
|
<div class="col-4 contacts__col--img">
|
@@ -30,6 +31,16 @@
|
|
30
31
|
</div>
|
31
32
|
</div>
|
32
33
|
</div>
|
34
|
+
{% else %}
|
35
|
+
<div class="col-sm-6 col-md-4 mb-3">
|
36
|
+
<h5 class="typography__contacts--name">{{ contact.name }}</h5>
|
37
|
+
<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>
|
38
|
+
<p>
|
39
|
+
<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>
|
40
|
+
<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first | downcase }}&to[last]={{ last | downcase }}&submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a>
|
41
|
+
</p>
|
42
|
+
</div>
|
43
|
+
{% endif %}
|
33
44
|
{% endfor %}
|
34
45
|
</div>
|
35
46
|
</div>
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<!-- Meta -->
|
5
5
|
<meta charset="utf-8">
|
6
6
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
7
|
-
<title>{{
|
7
|
+
<title>{{page.title}} - {{site.title}}</title>
|
8
8
|
<meta name="description" content="{{page.description}}">
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
10
10
|
|
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: 0.7.
|
4
|
+
version: 0.7.28
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|