kcc-gem-theme 1.66.68 → 1.67.68

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: 7b5cbdda16ed6ff7ced83abb933757e61d962ca557986a5711cd47ec207ab922
4
- data.tar.gz: 825d84701ea6018965be3da4fc7b9f0cd4e5a3fe28778c9086e4b6ec915a58de
3
+ metadata.gz: fb2adf3a978e16323f91e19dbe1bf5d1f8d24070b1638b2629ed9f1e1ee7050f
4
+ data.tar.gz: 84b7fea7019f742f31b6e4719322b8d94347e44c1044897eb24ff8747380c16d
5
5
  SHA512:
6
- metadata.gz: d1923509df3cda03df9455b15deec870568ebf50ee8c398d6a45ca21641bf243b2f25b8c3cf9c0a1e9d921dd67abe370729cbf449f084c63e8d4f2a65a7ebe71
7
- data.tar.gz: f30eb25b3d2ac9c225f13b8fb5e8a8e911854e911c687703b8b10fc3e813cb332ef25ef14f95d6b8c243c2a4ef9d75d09be0f1ffbbc40864cd8601084f8f5816
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
@@ -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
- <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">
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 %}
@@ -1,6 +1,6 @@
1
1
  {% include document-head.html %}
2
- {% include scripts/google-tag.html %}
3
2
  {% include styles/fonts.html %}
3
+ {% include scripts/google-tag.html %}
4
4
  {% include styles/vendor.html %}
5
5
  {%- if page.sheet_key -%}
6
6
  <!-- dataTables stylesheets -->
@@ -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 -->
@@ -1,6 +1,6 @@
1
1
  {% include document-head.html %}
2
- {% include scripts/google-tag.html %}
3
2
  {% include styles/fonts.html %}
3
+ {% include scripts/google-tag.html %}
4
4
  {% include styles/vendor.html %}
5
5
  {% if page.sheet_key %}
6
6
  <!-- dataTables stylesheets -->
@@ -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 -->
@@ -1,6 +1,6 @@
1
1
  {% include document-head.html %}
2
- {% include scripts/google-tag.html %}
3
2
  {% include styles/fonts.html %}
3
+ {% include scripts/google-tag.html %}
4
4
  {% include styles/vendor.html %}
5
5
  {% include styles/main.html %}
6
6
  {% include body.html %}
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.66.68
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-05 00:00:00.000000000 Z
11
+ date: 2020-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll