kcc-gem-theme 3.7.4 → 3.7.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '079acb9666ad53f314457552d484f61b33640235e8cdcc3c8ab2af4a7f192c4c'
4
- data.tar.gz: 6a3ffc12bd8ba5c9cd3f9a209e645c7e330e78450a8929b5f1b7ccca5c4ad7dd
3
+ metadata.gz: d9510d04c18c8da3b0ef2885f03afcea1a1317a17ba1bd43837f75f2702f6496
4
+ data.tar.gz: 6df33b485667d773a43cdd3d2bc65d02a3e67884e950500305399df3b7664003
5
5
  SHA512:
6
- metadata.gz: '04176748ba92e4896c941911b3dd450b60cfb0b37ef601acc1ecd21a57e7082d65118622893aae003b9548bd2bbaae77cb0756934f1a9ee3743045fdc92d428e'
7
- data.tar.gz: 5c7c871a8140e837bbfdb21054383271c916a4dff2a480edb512b434e0a752ff266c4476854008bdd97f8321ceb176ea2fc5ea2354d21da8a35bc8d67dfae540
6
+ metadata.gz: 1ae6ac6988bb4fefb8ba8acf56dfffaf00d5c6d209ac79357e5882d6ab906aad4df687cf8f90c322690236284bd8fb3c8db69456f0fa181c96c51a415171c930
7
+ data.tar.gz: 05ff6ba82e607e77debcf95b85cc7f8b6909e727ce7597c6626a062c12b1644b92ede9f20f3e17ed4a015dd13ff3ca876a062ac709c40739f1b658b99fd93d02
data/_config.yml CHANGED
@@ -95,7 +95,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
95
95
  - text: Continuing Education
96
96
  href: 'https://continuinged.kcc.edu/' ## Absolute URL with protocol works too
97
97
  - text: Illinois High School Diploma (GED)
98
- href: 'https://adulted.kcc.edu/programs/ged/'
98
+ href: 'https://www.kcc.edu/adulted/programs/ged/'
99
99
  - text: Commencement
100
100
  href: 'commencement'
101
101
  - text: Final Exam Schedule
@@ -210,7 +210,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
210
210
  - text: Community Home
211
211
  href: 'community'
212
212
  - text: Adult & Community Education
213
- href: 'https://adulted.kcc.edu/'
213
+ href: 'https://www.kcc.edu/adulted/'
214
214
  - text: Continuing Education
215
215
  href: 'https://continuinged.kcc.edu'
216
216
  - text: Sustainability
@@ -4,7 +4,11 @@
4
4
  <!-- Meta -->
5
5
  <meta charset="utf-8">
6
6
  <meta http-equiv="x-ua-compatible" content="ie=edge">
7
+ {% if site.subsection_title %}
8
+ <title>{{page.title}} - {{site.subsection_title}}</title>
9
+ {% else %}
7
10
  <title>{{page.title}} - {{site.title}}</title>
11
+ {% endif %}
8
12
  <meta name="description" content="{{ page.description | replace: '"', '&quot;' }}">
9
13
  {%- if site.canonical_baseurl %}
10
14
  <link rel="canonical" href="{% if site.canonical_baseurl == 'https://www.kcc.edu' and page.url == '/' %}{{ site.canonical_baseurl }}{% else %}{{ site.canonical_baseurl }}{{ page.url }}{% endif %}">
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: 3.7.4
4
+ version: 3.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek