kcc-gem-theme 1.78.86 → 1.78.87

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/hero-banner.html +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7434d252060498bbaa516ddeeda0a1bfda9e0e010102b308a36ef11400a49394
4
- data.tar.gz: 0d276f794a38c88605e34e5f8484708fff242e94038bb4fe89667866c0bc14d5
3
+ metadata.gz: fd61a2f934439a5c386a729e1288f51bd70acf2e8b791150f7c1842234c5b7c9
4
+ data.tar.gz: 0d07e578a952e5fe64a066241d8c88a0cdc55e86bb52507ddd5d672fb8e2302c
5
5
  SHA512:
6
- metadata.gz: 5c19648d50223a952a984a72479e5de99c5f78fe8778739110e147904cbad966b2849b15c4f6b5b5cbd8d97e5d6b79cc511e892ab70eea74e32a968e2d972a7b
7
- data.tar.gz: 9535a9a28918c111f08aaf071efd8975c8df52581fe62342d0df32bbc905258c93d514837530764fd75565a604f946f11ab0267425b69868cde4ad6be5ef02d1
6
+ metadata.gz: 66f352e9f033e31ac202434383e4e5ca890e238e103bab44b0c5bdeea57447308a19200c5ea6a4490383a216da33482b22f12cab3c9cc7db04b4a6ec7f4dccfd
7
+ data.tar.gz: b07633c267831cfda923050c7dadce59fec9d15f2b139ce24e37f411069ef995128f9578f8ca258517f2047b1ea9f59c65eacc7976a6f934cb31c617a39eb8ef
@@ -5,7 +5,7 @@ layout: default-core
5
5
  <div class="container">
6
6
  <div class="row">
7
7
  <div class="col">
8
- <img src="{{ page.baseurl }}{{ page.hero_banner }}" alt="{{ page.hero_banner_alt }}" class="img-fluid my-3 img__full-width{% if page.hero_banner_border == true %} border__light{% endif %}">
8
+ {% if page.hero_banner %}<img src="{{ page.baseurl }}{{ page.hero_banner }}" alt="{{ page.hero_banner_alt }}" class="img-fluid my-3 img__full-width{% if page.hero_banner_border == true %} border__light{% endif %}">{% endif %}
9
9
  {% include breadcrumbs.html %}
10
10
  <h2 class="typography__h2">{{ page.title }}</h2>
11
11
  <div class="editable">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kcc-gem-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.86
4
+ version: 1.78.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek