jumbo-jekyll-theme 1.4.3.60 → 1.4.3.61

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/sidebar.html +6 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c571043f6139a360b3e932fd39b3ce54724c406
4
- data.tar.gz: 4994bddd78cb0041604c1209a737b147a31db6fc
3
+ metadata.gz: f6c198ec19e8ad5ae1af6f5a431b7f4f33f7c3c7
4
+ data.tar.gz: b2403b7722e0370e7bbfed5605a904997769e7ec
5
5
  SHA512:
6
- metadata.gz: e9597447bcfe08e6c8afa3209fe4412ec2697893bf9ab2f053e95310f7a7527b8d38fe999889837244783d3195ee81d675fdc41845029275b5d1de2de3c70787
7
- data.tar.gz: d53ce48f20698806c20b958a22848573a0483c4f5d335eaf4c80776ea1dc55003c5594511c8b4d24e860bf64bc15c646b696133eeab90ed325262c766071ae25
6
+ metadata.gz: e2bd36bd6c33e67477199a8d60519db46742b4f5be8cf7fc1c15da2dbf244b5954b24f646eaeb143a55a8df623f439094446c17611f2a8d4a00282ef19a5d17c
7
+ data.tar.gz: 4cd6944645936fe0c052dbd50b4e3834763e09a257d8ec342075d36403c66cd3bbb6ed10546d58a890bf56607b38ef7f271599caabcb331423606bfb700345e6
@@ -6,10 +6,14 @@
6
6
 
7
7
  {% for each in sub-nav-tabs %}
8
8
  {% for each-url in each.urls %}
9
- {% if each-url == page.url or each.url == page-base[1] %}
9
+ {% if each-url == page.url %}
10
10
  {% if each.list %}
11
11
  {% assign tab-list = each.list %}
12
12
  {% endif %}
13
+ {% elsif each.sub-pages-enabled %}
14
+ {% if page.url contains each-url %}
15
+ {% assign tab-list = each.list %}
16
+ {% endif %}
13
17
  {% endif %}
14
18
  {% endfor %}
15
19
  {% if each.custom-include %}
@@ -17,8 +21,8 @@
17
21
  {% endif %}
18
22
  {% endfor %}
19
23
 
20
-
21
24
  {% if tab-list %}
25
+
22
26
  <ul class="nav nav-pills nav-stacked" id="stacked-nav">
23
27
  {% for tab in tab-list %}
24
28
  <li class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% endif %}side-nav-button">
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.3.60
4
+ version: 1.4.3.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby