kcc-gem-theme 1.79.90 → 1.79.91
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 +16 -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: d0f99b323644f0c38443f5701eab557bcd5a8d6c5c1372833563c3d0f0a26020
|
4
|
+
data.tar.gz: 6fbb838eb1c1be9289a297a40b8d1ec5db7d873530c8cc33d704ceb33c756b18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3df5c4db2e4287c6e5123783bec776b81084bc1a24ad6260032ecdfe2883d64ab0a1a31ef3b238b1e0a6cfa1e0cfe5cd623294b6ca3848ebb5e737d19944928
|
7
|
+
data.tar.gz: 1f493cadc2bc74a67e0bc7c8057c921b21bff5944749ce330d3926c1ef6e374435b5d549002709d0c8bc40f6db7ab6b9c1d54f85cffca713f75af09974ec7115
|
data/_includes/contacts-tan.html
CHANGED
@@ -22,7 +22,14 @@
|
|
22
22
|
<div class="col-md-6 contacts__col-bottom-margin">
|
23
23
|
<div class="row">
|
24
24
|
<div class="col-4 contacts__col--img">
|
25
|
-
{% if contact.portrait_image != 'none' %}<img
|
25
|
+
{% if contact.portrait_image != 'none' %}<img
|
26
|
+
src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
|
27
|
+
height="150px"
|
28
|
+
width="150px"
|
29
|
+
data-src="{{ page.baseurl }}{{ contact.portrait_image }}"
|
30
|
+
alt="Photo of {{ contact.name }}"
|
31
|
+
class="img-fluid contacts__portrait"
|
32
|
+
/>{% endif %}
|
26
33
|
</div>
|
27
34
|
<div class="col-8 float-right">
|
28
35
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
@@ -65,7 +72,14 @@
|
|
65
72
|
</button>
|
66
73
|
</div>
|
67
74
|
<div class="modal-body">
|
68
|
-
{% if contact.portrait_image != 'For departments with no contact photos, do not change this field.' and contact.portrait_image != 'none' %}<img
|
75
|
+
{% if contact.portrait_image != 'For departments with no contact photos, do not change this field.' and contact.portrait_image != 'none' %}<img
|
76
|
+
src="{{ page.baseurl }}assets/img/placeholder_square.jpg"
|
77
|
+
height="150px"
|
78
|
+
width="150px"
|
79
|
+
data-src="{{ page.baseurl }}{{ contact.portrait_image }}"
|
80
|
+
class="img-fluid float-left mr-2 mb-2"
|
81
|
+
alt="Photo of {{ contact.name }} KCC's {{ contact.contacts_title }}"
|
82
|
+
>{% endif %}
|
69
83
|
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
|
70
84
|
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
|
71
85
|
{{ contact.content }}
|
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.79.
|
4
|
+
version: 1.79.91
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|