jumbo-jekyll-theme 3.5.1 → 3.5.2

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 +1 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e31fa1e5c5ed76f45ba0108f28dfffa1e5b68ae38928ded397dd1f19494bed5d
4
- data.tar.gz: a8377ce74f616e535719f7466e12b60fc255250e9f20c53bef733c17f7f3b4c7
3
+ metadata.gz: 9471559b28e5836c28dfd3f1b9fe04e5a927fa3116f639b6ebf9b23131830470
4
+ data.tar.gz: 80cfd9e8d9c363653c30f880a7209a646515ebaf32da229bebaa3437eb47af16
5
5
  SHA512:
6
- metadata.gz: 82b0077262b388bff2dc3c2d89e5c7b63669ad0fc2746c0e9585a253ffff70dc3304d52cea5c631b7d699d6f151a45a5377f48065c99bcdd8a1193bd0eb2f640
7
- data.tar.gz: 19c3176166bf442fcaa0203d82b6ca2e465d43912cd3a3ba0903f55224d29d88a1815db2381dc8ee5fa91f917f6866d86efc6366386b7b771575a54d8a6143e3
6
+ metadata.gz: 83f5e7671ecaba987ffe89b7b5a4422385777a5386629910e8228b62983bc8e24db323ad2b0f81c084e5983c8e8f68a41a65e5e0c42b1786ab2137f6580bc2e1
7
+ data.tar.gz: 234968e831acc97b2741c15b60b3c1358357c8c228b8552adab6d8911746917ff402e6b9315201b20cc359c42be902bb1a1a15d668310cbebacf427a0c5affe1
data/_includes/nav.html CHANGED
@@ -46,7 +46,6 @@ navbar-inverse navbar-static" id="main-navigation">
46
46
  {% for section in site.data.nav.pages %}
47
47
  {% if section.options %}
48
48
  <li class="main dropdown menu
49
- {{current_page_url}}
50
49
  {% for menu-item in section.options %}
51
50
  {% if menu-item.options %}
52
51
  {% for sub-item in menu-item.options %}
@@ -98,7 +97,7 @@ navbar-inverse navbar-static" id="main-navigation">
98
97
  </ul>
99
98
  </li>
100
99
  {% else %}
101
- <li class="main {% if section.url == current_page_url %}active{% endif %}">
100
+ <li class="main {% if section.url == current_page_url or section.url contains curret_page_url %}active{% endif %}">
102
101
  <a class="main-anchor" href="{{section.url}}" title="{{section.title}}">{{section.title}}</a>
103
102
  </li>
104
103
  {% endif %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.1
4
+ version: 3.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-15 00:00:00.000000000 Z
11
+ date: 2019-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll