jumbo-jekyll-theme 1.7.14 → 1.7.15

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 +10 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 811f08714fa76c56b81522502b8a1dd41214775c
4
- data.tar.gz: 3e716cd55c0ea66a7ef2be589f447da59a9f7296
3
+ metadata.gz: 62d5fb43d7667cb9962fd5d837f123a1b4cda9f9
4
+ data.tar.gz: 783b8780b4fe9b430fc49b1a4d0ec4d31cfd1b43
5
5
  SHA512:
6
- metadata.gz: b934ed7bdface7c14412cbc17bb0be5e4745628cfe99f82c5fe7eba1338b79655fba3525219823ce1e3b32cbaa3d8d41b590f023b8893c5cad2d19fe7b12a74e
7
- data.tar.gz: 5749bb92c77826c18f69b248feaaf00b898090a3333b4e1ba394857402f01380ff80089c06bc916fb98800eab26539dc2f9aa3a1a8ea3db54c0593e45ff0e18d
6
+ metadata.gz: 8af8e6b3c7868d4059939c1be4ea98d6bab59601540a31f6ae7a6c17fd610f5e1f703b2237adf602cd5574c30e7b518f75e0180a5a0397e2ca97b8681f7039e4
7
+ data.tar.gz: 202df825363a70d9836e1a03868c72c4624569f487cae9e2910d0ac8af26225cd986a88689e85bd8846da5b6a62f088584ff6fdede67dcaef02af117f3676df2
@@ -36,18 +36,18 @@
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 %}
48
- {% endif %}
49
39
  </a>
50
40
  </li>
41
+ {% if tab.sub-tabs %}
42
+ {% for sub-tab in tab.sub-tabs %}
43
+ <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 sub-page">
44
+ <a href="{{sub-tab.url}}" role="link">
45
+ {{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}
46
+ </a>
47
+ </li>
48
+ {% endfor %}
49
+ {% endif %}
50
+ {% endif %}
51
51
  {% endfor %}
52
52
  </ul>
53
53
  {% elsif custom-include %}
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.7.14
4
+ version: 1.7.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby