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 +4 -4
- data/_config.yml +3 -2
- data/_includes/document-head.html +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5be5d3cf8563400ef7f7a6cac41da29794bf5ce009459fcb8dce8319e38c5947
|
|
4
|
+
data.tar.gz: b07f37a1f8bf4dc7b61285a4ba0a6e4c7b79cfbb54a9d761a5be58fb32dc506b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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: '
|
|
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: '
|
|
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: '"', '"' }}">
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|