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 +4 -4
- data/_config.yml +2 -0
- data/_includes/chat-now.html +3 -3
- data/_includes/document-head.html +4 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac448ef23cf3b7d6a22b0aa31c152a33d37b048b89afdc893b7c2a97a167757b
|
|
4
|
+
data.tar.gz: 34d3e5442de742637351f5dc0c81559d92d5f246288a11da3969e00c3d62012a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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. ##
|
data/_includes/chat-now.html
CHANGED
|
@@ -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
|
-
|
|
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: '"', '"' }}">
|
|
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 %}
|