kcc-gem-theme 2.35.5 → 2.37.0

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: 0272ebae2cd78d77bbe999800165503fb13e17cab18790ea235692f1428e64ac
4
- data.tar.gz: e36a61094fc6989e3699e6c5dec513f62112da9ede085a513abece40f2facfff
3
+ metadata.gz: 5be5d3cf8563400ef7f7a6cac41da29794bf5ce009459fcb8dce8319e38c5947
4
+ data.tar.gz: b07f37a1f8bf4dc7b61285a4ba0a6e4c7b79cfbb54a9d761a5be58fb32dc506b
5
5
  SHA512:
6
- metadata.gz: e1eb2eba5720cee3bafcef3ee42c3acd623f90a597de92ccc4897b619314adc9ef6fef50ca4e49f305e997472516ba829253c2d0b6b71cf2e0c7bc4cc04c4230
7
- data.tar.gz: 5d1e1aa021f2ddc15d33ef80c258f88d82e548f293a956343ba3aa6e1a384482d1e45e5c0e86534527b8876bccfe906b401aaa5174909c4b9e37941b3cc37f07
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 %}
@@ -1,7 +1,13 @@
1
1
  {% include document-head.html %}
2
2
  {% include styles/fonts.html %}
3
3
  {% include scripts/google-tag.html %}
4
- {% if page.targetx_form == true %}{% include targetx-head.html %}{% endif %}
4
+ {% if page.targetx_form == true %}
5
+ {% if page.targetx_form_head_partial %}
6
+ {% include {{ page.targetx_form_head_partial }} %}
7
+ {% else %}
8
+ {% include targetx-head.html %}
9
+ {% endif %}
10
+ {% endif %}
5
11
  {% include styles/vendor.html %}
6
12
  {% if page.sheet_key %}
7
13
  <!-- dataTables stylesheets -->
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.35.5
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-12 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