kcc-gem-theme 3.18.1 → 3.18.3

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: df3fe64508e4b65cd1dab1fa7173f0d4fefaeba2e85ca278fd9048f2309494de
4
- data.tar.gz: 76f3b970cb6a626cd6250761f7044f719c95d8000424b0d24bcb2236ebe62f99
3
+ metadata.gz: ac448ef23cf3b7d6a22b0aa31c152a33d37b048b89afdc893b7c2a97a167757b
4
+ data.tar.gz: 34d3e5442de742637351f5dc0c81559d92d5f246288a11da3969e00c3d62012a
5
5
  SHA512:
6
- metadata.gz: be9191ae9ad8c4815c67226c68564fe6266870e46fa44022c5b0b00af7bfcebccee859686902820b091c713113e006d64fea7c13a9c50fc09e1434833666ceb7
7
- data.tar.gz: 491af306870e176ed78e746415b4b18d44140a79c38b133fc231e06ff3d93774baeaa5ff51e132e74c45844e25df7d136fca6a5d71fd08bcae0d64038f052c60
6
+ metadata.gz: c524977b2e6ef7f37ca3025be9c74b10bc0c947a4b987f9555747c58ad2f8e5fab84d2e16eb7ef17807dabc9abb16de1704025ad47514255f72b6f409aac169f
7
+ data.tar.gz: cb47d79d047b5fdcb0ca9f4b4624ffe3d3181a04a39b79c50e393714556f1711c2e46ce8733792688e0e73f796f613e2f0397f568e00fa87afea4b7bb1630276
data/_config.yml CHANGED
@@ -285,6 +285,8 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
285
285
  href: 'https://coronavirus.kcc.edu'
286
286
  - text: Report a Concern
287
287
  href: 'report-a-concern/'
288
+ - text: Freedom of Information
289
+ href: 'https://www.kcc.edu/about/uploads/docs/freedom-of-information-act.pdf'
288
290
 
289
291
  ## =================================================================== ##
290
292
  ## Local Nav and Sub Nav configuration for testing those components. ##
@@ -5,11 +5,11 @@
5
5
  </div>
6
6
  <p>
7
7
  <a
8
+ id="chat-now"
8
9
  href="https://direct.lc.chat/9258945/"
9
10
  target="_blank"
10
11
  rel="noopener noreferrer"
11
12
  class="btn btn-primary"
12
- >
13
- Chat Now
14
- </a> with a Student Affairs representative or call <a href="tel:+18158028500">815-802-8500</a>.
13
+ >Chat Now</a>
14
+ with a Student Affairs representative or call <a href="tel:+18158028500">815-802-8500</a>.
15
15
  </p>
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html class="no-js" lang="en">
2
+ <html class="no-js" lang="en-US">
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -11,6 +11,9 @@
11
11
  {% if page.description and page.description != '' %}
12
12
  <meta name="description" content="{{ page.description | replace: '"', '&quot;' }}">
13
13
  {% endif %}
14
+ {% if page.extra_meta_tags and page.extra_meta_tags != '' %}
15
+ {% include {{ page.extra_meta_tags }} %}
16
+ {% endif %}
14
17
  {%- if site.canonical_baseurl %}
15
18
  <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 %}">
16
19
  {%- 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.18.1
4
+ version: 3.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - wdzajicek