kcc-gem-theme 3.7.4 → 3.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +2 -2
- data/_includes/document-head.html +4 -0
- 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: d9510d04c18c8da3b0ef2885f03afcea1a1317a17ba1bd43837f75f2702f6496
|
4
|
+
data.tar.gz: 6df33b485667d773a43cdd3d2bc65d02a3e67884e950500305399df3b7664003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ae6ac6988bb4fefb8ba8acf56dfffaf00d5c6d209ac79357e5882d6ab906aad4df687cf8f90c322690236284bd8fb3c8db69456f0fa181c96c51a415171c930
|
7
|
+
data.tar.gz: 05ff6ba82e607e77debcf95b85cc7f8b6909e727ce7597c6626a062c12b1644b92ede9f20f3e17ed4a015dd13ff3ca876a062ac709c40739f1b658b99fd93d02
|
data/_config.yml
CHANGED
@@ -95,7 +95,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
95
95
|
- text: Continuing Education
|
96
96
|
href: 'https://continuinged.kcc.edu/' ## Absolute URL with protocol works too
|
97
97
|
- text: Illinois High School Diploma (GED)
|
98
|
-
href: 'https://
|
98
|
+
href: 'https://www.kcc.edu/adulted/programs/ged/'
|
99
99
|
- text: Commencement
|
100
100
|
href: 'commencement'
|
101
101
|
- text: Final Exam Schedule
|
@@ -210,7 +210,7 @@ navigation: ## Add a navigation key to any project using kcc-gem-theme to locall
|
|
210
210
|
- text: Community Home
|
211
211
|
href: 'community'
|
212
212
|
- text: Adult & Community Education
|
213
|
-
href: 'https://
|
213
|
+
href: 'https://www.kcc.edu/adulted/'
|
214
214
|
- text: Continuing Education
|
215
215
|
href: 'https://continuinged.kcc.edu'
|
216
216
|
- text: Sustainability
|
@@ -4,7 +4,11 @@
|
|
4
4
|
<!-- Meta -->
|
5
5
|
<meta charset="utf-8">
|
6
6
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
7
|
+
{% if site.subsection_title %}
|
8
|
+
<title>{{page.title}} - {{site.subsection_title}}</title>
|
9
|
+
{% else %}
|
7
10
|
<title>{{page.title}} - {{site.title}}</title>
|
11
|
+
{% endif %}
|
8
12
|
<meta name="description" content="{{ page.description | replace: '"', '"' }}">
|
9
13
|
{%- if site.canonical_baseurl %}
|
10
14
|
<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 %}">
|