jumbo-jekyll-theme 1.7.13 → 1.7.14

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/sidebar.html +9 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c78cae4fe1ab5feac723276bdea1d5ebc8127e97
4
- data.tar.gz: 6adf690baa4fb6aa70d054e79e1149cf820737d8
3
+ metadata.gz: 811f08714fa76c56b81522502b8a1dd41214775c
4
+ data.tar.gz: 3e716cd55c0ea66a7ef2be589f447da59a9f7296
5
5
  SHA512:
6
- metadata.gz: 7f7ed7ee54eabdc4c600ce3b55259948c8ccc51780da23d4ebfa6048abffa097f81e947605e1f2ca70957530df87fbeadbc8c3ea326c1812f843408475df2dfc
7
- data.tar.gz: 70c84989534ec6877bcf4493520ffd1e3854f3c9d61117343fa801d6338b5b58f8df39c997beec8552bb80122632cd51763174562102f8aaafc2dfe70827afc3
6
+ metadata.gz: b934ed7bdface7c14412cbc17bb0be5e4745628cfe99f82c5fe7eba1338b79655fba3525219823ce1e3b32cbaa3d8d41b590f023b8893c5cad2d19fe7b12a74e
7
+ data.tar.gz: 5749bb92c77826c18f69b248feaaf00b898090a3333b4e1ba394857402f01380ff80089c06bc916fb98800eab26539dc2f9aa3a1a8ea3db54c0593e45ff0e18d
@@ -36,6 +36,15 @@
36
36
  </div>
37
37
  {% else %}
38
38
  {{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}
39
+ {% if tab.sub-tabs %}
40
+ {% for sub-tab in tab.sub-tabs %}
41
+ <li class="{% if page-base[1] == sub-tab.base %}active {% elsif page.url == sub-tab.url or sub-tab.active %}active {% endif %}side-nav-button">
42
+ <a href="{{sub-tab.url}}" role="link">
43
+ {{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}
44
+ </a>
45
+ </li>
46
+ {% endfor %}
47
+ {% endif %}
39
48
  {% endif %}
40
49
  </a>
41
50
  </li>
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: 1.7.13
4
+ version: 1.7.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-01 00:00:00.000000000 Z
11
+ date: 2018-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll