kcc-gem-theme 4.1.7 → 4.1.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f5964261f86bed8873b1f72ff47173ae253a56759686d5dacf5516ba53fa95a
4
- data.tar.gz: 4fa8e04a63962b3ef54d50ff02a4139742b48369008955279132c8641fbcbf6e
3
+ metadata.gz: 56450bcc50e0c8584c243ad8438bb123197c6a545ef58e81234f554dab778c00
4
+ data.tar.gz: de2afb02f448c0f60aa865db2ce5e186cf31b9e5c0981ae78996c86f62e7f900
5
5
  SHA512:
6
- metadata.gz: 938bce0782fd9765ef005b1ab0403a3a5727cfa85a07dfe12fe22fafd51f09ba7bb71db464beb1921d1e1f43925f7237fbf1c0eb5781af90ead44c36ef95d889
7
- data.tar.gz: a0bb5b5751d97bb0faec5e337d1b609af686ce5cf7468fa8673f09ee5bff4820b64fe914cb9454e66d965be15ed6b448bb724268eb5dcf7bd71125c6d9366a76
6
+ metadata.gz: 1b3a3d7f0ec94c5c18b1e3368cfc90c3f47accf0ab055ecd4bcbf75f2d352a1d65dde395bc441c7e98ffa028ed8e0e801d9f38f2139e3a28bd0ef8e44c0f992a
7
+ data.tar.gz: 0c2070fe80f83f5071d3e74bfd93ca73c4ed27f9d999d44ac642b135388f8631d47778ccc980d6bfc3b99387db4a7772a59ac31a6de34a17f254adaa763bd6cf
@@ -35,8 +35,8 @@
35
35
  {% endcomment %}
36
36
  <div class="col-lg-8 col-xl-7 offset-xl-1 header-global__col--column-count">
37
37
  {% for section in item.dropdown.categories %}
38
- <section class="mb-3" aria-labelledby="{{ section.heading | downcase | replace: '&', 'and' | replace: ' ', '-' }}">
39
- <h2 id="{{ section.heading | downcase | replace: '&', 'and' | replace: ' ', '-' }}" class="typography__h6 mb-0">{{ section.heading }}</h2>
38
+ <section class="mb-3" aria-labelledby="nav-{{ section.heading | downcase | replace: '&', 'and' | replace: ' ', '-' }}">
39
+ <h2 id="nav-{{ section.heading | downcase | replace: '&', 'and' | replace: ' ', '-' }}" class="typography__h6 mb-0">{{ section.heading }}</h2>
40
40
  {% assign site_name_lowercase = site.site_name | downcase | replace: ' ', '-' | replace: '&', 'and' %}
41
41
  {% for link in section.items %}
42
42
  {% if link.sub_site_base %}
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: 4.1.7
4
+ version: 4.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek