kcc-gem-theme 4.1.6 → 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: a2211f000f353145c530a42e2966b30ff2f00aea010b55a3735acf12be12c328
4
- data.tar.gz: 8b42d84120bdb3e5b0d515209d260692fe2b027d5e8f7d552f44c0b396b27ec6
3
+ metadata.gz: 56450bcc50e0c8584c243ad8438bb123197c6a545ef58e81234f554dab778c00
4
+ data.tar.gz: de2afb02f448c0f60aa865db2ce5e186cf31b9e5c0981ae78996c86f62e7f900
5
5
  SHA512:
6
- metadata.gz: 6fd5cf8dec4302642c0839f12de997db1daa8a20a7c2a94fa9b3afeac848fd74f45a8ea494b0fbe219808d7217a7e7843cd21b21126319ec8b804f333c484c02
7
- data.tar.gz: eb33200add823953d34d96208bb0799be7051baf928082bde5f587088aafa79b90df7feaf23b5757fbea64132c5085f14ae48769e341c71d9824954ff074afd9
6
+ metadata.gz: 1b3a3d7f0ec94c5c18b1e3368cfc90c3f47accf0ab055ecd4bcbf75f2d352a1d65dde395bc441c7e98ffa028ed8e0e801d9f38f2139e3a28bd0ef8e44c0f992a
7
+ data.tar.gz: 0c2070fe80f83f5071d3e74bfd93ca73c4ed27f9d999d44ac642b135388f8631d47778ccc980d6bfc3b99387db4a7772a59ac31a6de34a17f254adaa763bd6cf
data/_config.yml CHANGED
@@ -201,7 +201,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
201
201
  - text: Financial Aid
202
202
  href: 'financial-aid/'
203
203
  - text: 'Financial Aid Forms'
204
- href: 'financial-aid/#financial-aid-forms'
204
+ href: 'financial-aid/forms/'
205
205
  - text: 'Financial Support Opportunities'
206
206
  href: '/financial-support/'
207
207
  - text: 'Student Employment'
@@ -303,7 +303,6 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
303
303
  ## About KCC ##
304
304
  - link_text: About KCC
305
305
  link_href: 'about'
306
- link_nav: 'about'
307
306
  image:
308
307
  source: 'assets/img/menu-about-kcc.jpg'
309
308
  alt: 'Two students posing in front of the KCC main entrance'
@@ -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.6
4
+ version: 4.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek