jumbo-jekyll-theme 3.0.15 → 3.0.16

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: a6f59022872f888f1f8268e6ee98dbc442ec62cab8139e3140125ddcedb0f272
4
- data.tar.gz: adedca6ec1c7f416134ee3d7d9c9c735eca94c655570f3a4061fc019eb2cbdb6
3
+ metadata.gz: 96196e8aa9c66157e485fa44754ac48bd17402a3b149885f0de14ff7a752a7e0
4
+ data.tar.gz: 4830c1eb7eaa9ab311781ff216420c4bea749842ba7196fa86461095f203542f
5
5
  SHA512:
6
- metadata.gz: 8f88299c02362e054dad7fcab63b4b1351c07a523dbb09195f990138732874de99e710f5d22fc34cca6bd25926047f7e308871bdf80e204514277349c6ba0cf6
7
- data.tar.gz: ef2e3fd8090d2d4e2956e8018b4d2e3943cd99a679774b333a4caaceb92b1f6b6dec874ac5169f0fc420a7e33c2943b46a69eeb60c9c959d6f15888040f241df
6
+ metadata.gz: 527a8891109695b57d7bc688de39568bfa15b080818092e0b477ff10cf2a9b3e452d80fb4357040719bc25b8d4cc72f4859440bfa65c47fecaf27a8b8f399e7e
7
+ data.tar.gz: 17ec772f88354277ec91464d0426b68925f4a08c45962940c4dc689c1583062420b4029ec6e41899e7879f41fb263a87a3840221a18521a7a5d7707a1292e2bf
@@ -6,16 +6,24 @@
6
6
  {% endif %}> <!--Row -->
7
7
  <div id="jumbotron-content" class=" flex-container"> <!--Jumbotron div -->
8
8
  <div class="container flex-center" id="jumbotron-text"> <!--Container -->
9
- {% if page.title %}
9
+ {% if page.jumbotron.title %}
10
+ <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
11
+ {{page.jumbotron.title}}
12
+ </h1>
13
+ {% elsif page.title %}
10
14
  <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
11
15
  {{page.title}}
12
16
  </h1>
13
- {% elsif site.title %}
17
+ {% else %}
14
18
  <h1 class="{% if page.jumbotron.animation == "fade" %}fade-in-one{% endif %}" id="jumbotron-heading">
15
19
  {{site.title}}
16
20
  </h1>
17
21
  {% endif %}
18
- {% if page.description %}
22
+ {% if page.jumbotron.description %}
23
+ <p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}" id="jumbotron-sub-title">
24
+ {{page.jumbotron.description}}
25
+ </p>
26
+ {% elsif page.description %}
19
27
  <p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}" id="jumbotron-sub-title">
20
28
  {{page.description}}
21
29
  </p>
data/_sass/home.scss CHANGED
@@ -1,5 +1,2 @@
1
1
  /* Home Sass Partials */
2
- @import "core/jumbotron";
3
- @import "core/animations";
4
- @import "core/carousel-styles";
5
2
  @import 'core/homepage';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.15
4
+ version: 3.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby