kcc-gem-theme 1.79.90 → 1.79.91

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/contacts-tan.html +16 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 869158f9a0e2acbf22fe960f4002ecd4a20100f2ce459bb621829b2087e79f8f
4
- data.tar.gz: 7cdc0b64fc776f16f24e8b4cc6a32249f50f96db5f8c0bce50cb03b73ad1cba7
3
+ metadata.gz: d0f99b323644f0c38443f5701eab557bcd5a8d6c5c1372833563c3d0f0a26020
4
+ data.tar.gz: 6fbb838eb1c1be9289a297a40b8d1ec5db7d873530c8cc33d704ceb33c756b18
5
5
  SHA512:
6
- metadata.gz: f96792846955f67bd04d65910bae8a3a06dfdfb63357c895ccaa509c882f80535114cb10cf501a0a6344ac180b9c5e2bf9340fe99f48f50ce1d76228f33764a5
7
- data.tar.gz: 4693a36a3a47e8bee2b2551a82009518389327ad60c5f2d6592317b8058cdbc6d9497c5742877623f33055c5bab4e52785d611f0d109333997d49bce1ecae537
6
+ metadata.gz: b3df5c4db2e4287c6e5123783bec776b81084bc1a24ad6260032ecdfe2883d64ab0a1a31ef3b238b1e0a6cfa1e0cfe5cd623294b6ca3848ebb5e737d19944928
7
+ data.tar.gz: 1f493cadc2bc74a67e0bc7c8057c921b21bff5944749ce330d3926c1ef6e374435b5d549002709d0c8bc40f6db7ab6b9c1d54f85cffca713f75af09974ec7115
@@ -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 src="{{ page.baseurl }}assets/img/placeholder_square.jpg" data-src="{{ page.baseurl }}{{ contact.portrait_image }}" alt="Photo of {{ contact.name }}" class="img-fluid contacts__portrait" />{% endif %}
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 src="{{ page.baseurl }}assets/img/placeholder_square.jpg" data-src="{{ page.baseurl }}{{ contact.portrait_image }}" class="img-fluid float-left mr-2 mb-2" alt="Photo of {{ contact.name }} KCC's {{ contact.contacts_title }}">{% endif %}
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.90
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-10 00:00:00.000000000 Z
11
+ date: 2021-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll