kcc-gem-theme 1.66.68 → 1.67.68
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/_includes/document-head.html +2 -0
- data/_includes/styles/fonts.html +5 -1
- data/_layouts/default-core.html +1 -1
- data/_layouts/default-landing.html +2 -2
- data/_layouts/default.html +1 -1
- data/_layouts/landing-simple.html +2 -2
- data/_layouts/thank-you.html +1 -1
- 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: fb2adf3a978e16323f91e19dbe1bf5d1f8d24070b1638b2629ed9f1e1ee7050f
|
4
|
+
data.tar.gz: 84b7fea7019f742f31b6e4719322b8d94347e44c1044897eb24ff8747380c16d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdb320b6049886a64357cc937c007570bede3b9be6581146272fa051c11adcc1756909ba700f834802af3d4bcbd00ee70f528adacff88a669cea74ea6db2103a
|
7
|
+
data.tar.gz: c18ed6202493d4834aede6aac4491245dedf6fca2a2fb7e041abaad7602f8b816abb6489bba7f5abcd155302fdac9f0fd86bc2e93d41eeb1a551d1cb61798a06
|
@@ -7,6 +7,8 @@
|
|
7
7
|
<title>{{page.title}} - {{site.title}}</title>
|
8
8
|
<meta name="description" content="{{page.description}}">
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
10
|
+
<!-- preconnect is for loading Google Fonts -->
|
11
|
+
<link rel="preconnect" href="https://fonts.gstatic.com">
|
10
12
|
<!-- ==============================
|
11
13
|
KCC GEM THEME
|
12
14
|
A Jekyll gem-based theme for Kankakee Community College's websites
|
data/_includes/styles/fonts.html
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
<!-- Typkit font for KCC logo-font -->
|
2
2
|
<link rel="stylesheet" href="https://use.typekit.net/mli7lsm.css">
|
3
3
|
<!-- Link to Google Font -->
|
4
|
-
|
4
|
+
{% if page.layout == 'default-landing' or page.layout == 'landing-simple' or page.layout == 'landing-page' %}
|
5
|
+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@500&family=Roboto:wght@400;500;700&family=Saira:wght@700&family=Material+Icons&display=swap" rel="stylesheet">
|
6
|
+
{% else %}
|
7
|
+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@500&family=Roboto:wght@400;500;700&family=Material+Icons&display=swap" rel="stylesheet">
|
8
|
+
{% endif %}
|
data/_layouts/default-core.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{% include document-head.html %}
|
2
|
-
{% if page.targetx_form == true %}{% include targetx-head.html %}{% endif %}
|
3
|
-
{% include scripts/google-tag.html %}
|
4
2
|
{% include styles/fonts.html %}
|
3
|
+
{% include scripts/google-tag.html %}
|
4
|
+
{% if page.targetx_form == true %}{% include targetx-head.html %}{% endif %}
|
5
5
|
{% include styles/vendor.html %}
|
6
6
|
{% if page.sheet_key %}
|
7
7
|
<!-- dataTables stylesheets -->
|
data/_layouts/default.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{% include document-head.html %}
|
2
|
-
{% if page.targetx_form == true %}{% include targetx-head.html %}{% endif %}
|
3
|
-
{% include scripts/google-tag.html %}
|
4
2
|
{% include styles/fonts.html %}
|
3
|
+
{% include scripts/google-tag.html %}
|
4
|
+
{% if page.targetx_form == true %}{% include targetx-head.html %}{% endif %}
|
5
5
|
{% include styles/vendor.html %}
|
6
6
|
{% if page.sheet_key %}
|
7
7
|
<!-- dataTables stylesheets -->
|
data/_layouts/thank-you.html
CHANGED
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: 1.
|
4
|
+
version: 1.67.68
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|