kcc-gem-theme 2.36.0 → 2.37.0

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: e92ced111206b404704794f8b48525d90cc9998b343e389a31cb0e2db479a80f
4
- data.tar.gz: 9fa15ce935f9ac4354d36954c8ecfc63a35b3ce6ad1b5a49ce844f1b4e51e932
3
+ metadata.gz: 5be5d3cf8563400ef7f7a6cac41da29794bf5ce009459fcb8dce8319e38c5947
4
+ data.tar.gz: b07f37a1f8bf4dc7b61285a4ba0a6e4c7b79cfbb54a9d761a5be58fb32dc506b
5
5
  SHA512:
6
- metadata.gz: 7412c6cc14c048256eab319897880d08f763d67fbf912bb391afda7f7e2f2493f4b68423c79c97d3f34d7507c64126d3338874070cf9fb62f380209f0e17a317
7
- data.tar.gz: 63c26b1066bfb9df8b34702dd2ef6c638171bc13d2aebe3d8984f2513cc31933052f62428a08f888524294e09129d73dbaef397a8b658ce073d36f5b7022c099
6
+ metadata.gz: cd708252ae8368d9a84257e21332005f4815d8c8c7f2d41e957b263f12fed6dda91188a555d173af28ac1a0cb6ee1e74ca6ded6f38d8ef732d00bb6fdd7cefc4
7
+ data.tar.gz: f8cb4fd993045b8867d8d3fff25ec7780c5b63df1247fbbd6d51ec36465ec485cb695f3fd4d93a81a60fde0a08e7c3f7174f78607f27dcc4f3a8584d42320ef4
data/_config.yml CHANGED
@@ -2,6 +2,7 @@ title: "KCC"
2
2
  site_name: KCC Gem Theme
3
3
  public-url: "https://www.kcc.edu"
4
4
  url: 'URL is needed for robots.txt to work properly' ## NO TRAILING SLASHES!!/<--nope
5
+ canonical_baseurl: https://www.kcc.edu
5
6
  port: 3000
6
7
  timezone: America/Chicago
7
8
  google-tag_key: Google Tag Manager key goes here
@@ -147,7 +148,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
147
148
  - text: Student Resources Home
148
149
  href: 'student-resources'
149
150
  - text: Bookstore
150
- href: 'http://books.kcc.edu'
151
+ href: 'https://books.kcc.edu'
151
152
  - text: Clubs & Organizations
152
153
  href: 'clubs'
153
154
  - text: 'Center for Equity, Diversity & Inclusion'
@@ -250,6 +251,6 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
250
251
  - text: Consumer Info and Disclosures
251
252
  href: 'consumer-info'
252
253
  - text: ICCB Salary and Benefits Portal
253
- href: 'http://iccbdbsrv.iccb.org/salarysearch/home.cfm'
254
+ href: 'https://iccbdbsrv.iccb.org/salarysearch/home.cfm'
254
255
  - text: COVID-19 Response
255
256
  href: 'https://coronavirus.kcc.edu'
@@ -6,6 +6,7 @@
6
6
  <meta http-equiv="x-ua-compatible" content="ie=edge">
7
7
  <title>{{page.title}} - {{site.title}}</title>
8
8
  <meta name="description" content="{{ page.description | replace: '"', '&quot;' }}">
9
+ <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 %}">
9
10
  <!-- Required Bootstrap 4 viewport meta-tag -->
10
11
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
11
12
  {% include preconnect.html %}
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: 2.36.0
4
+ version: 2.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-13 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll