jumbo-jekyll-theme 1.7.13 → 1.7.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/sidebar.html +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 811f08714fa76c56b81522502b8a1dd41214775c
|
4
|
+
data.tar.gz: 3e716cd55c0ea66a7ef2be589f447da59a9f7296
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b934ed7bdface7c14412cbc17bb0be5e4745628cfe99f82c5fe7eba1338b79655fba3525219823ce1e3b32cbaa3d8d41b590f023b8893c5cad2d19fe7b12a74e
|
7
|
+
data.tar.gz: 5749bb92c77826c18f69b248feaaf00b898090a3333b4e1ba394857402f01380ff80089c06bc916fb98800eab26539dc2f9aa3a1a8ea3db54c0593e45ff0e18d
|
data/_includes/sidebar.html
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2018-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|