jumbo-jekyll-theme 1.4.45 → 1.4.46

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/nav.html +4 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6e956efd5bdf1908a9d31207acf496284dad6c3
4
- data.tar.gz: 1d35fab7efb082b6ddfa3dc64fcf1aece464b59f
3
+ metadata.gz: ae55f9699a472cce257dffae9b0aa03e729f3b98
4
+ data.tar.gz: 9092420c323e1f5457098fa7eb469387f82165f5
5
5
  SHA512:
6
- metadata.gz: 63095e4768ed1deaf2a2f451642c5868f54fe147d438ab179eecfe15b9967fe5083efd083d4e9f20a5a2948a1fd7579df97044bccc99ffb0995fe96fb9f3e1bb
7
- data.tar.gz: c94e3f5dad74dd290baf7d5f86378c46e159c8bf03b24fbdaf4306bc943521821c40e6ba7afdf29af3d4710cc5be177287d7ea8db5fe6033c5ddb2deea6451db
6
+ metadata.gz: 71e018640225c0147f4a3d0b548cc5dca2519edd8e0e38a194e31e6352103d9f26f2e087add8b2f3803a69b20124b9fa60ac9b7a41704a255676a5a8384619c5
7
+ data.tar.gz: 809f899320fcd71b164a4f6b95b59c92e62b24c70f0dd68cfcba4e34fa61c2b5a41bc23b85c4007302c8fe6db9bdc5c132838a6af3e0977ecc7d81aab1df641c
@@ -1,14 +1,8 @@
1
1
  <nav class="
2
- {% if site.data.settings.home.jumbotron.enabled %}
3
- {% if layout.nav-light %}
4
- {% if site.data.settings.home.transparent-nav %}
5
- nav-light
6
- {% endif %}
7
- {% elsif layout.nav-dark %}
8
- {% if site.data.settings.home.dark-nav %}
9
- nav-light
10
- {% endif %}
11
- {% endif %}
2
+ {% if layout.nav-light %}
3
+ nav-light
4
+ {% elsif page.nav-light %}
5
+ nav-light
12
6
  {% endif %}
13
7
  navbar-inverse navbar-fixed-top" id="main-navigation">
14
8
  <!-- NAVBAR HEADER-->
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: 1.4.45
4
+ version: 1.4.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby