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.
- checksums.yaml +4 -4
- data/_includes/sidebar.html +10 -10
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62d5fb43d7667cb9962fd5d837f123a1b4cda9f9
|
4
|
+
data.tar.gz: 783b8780b4fe9b430fc49b1a4d0ec4d31cfd1b43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8af8e6b3c7868d4059939c1be4ea98d6bab59601540a31f6ae7a6c17fd610f5e1f703b2237adf602cd5574c30e7b518f75e0180a5a0397e2ca97b8681f7039e4
|
7
|
+
data.tar.gz: 202df825363a70d9836e1a03868c72c4624569f487cae9e2910d0ac8af26225cd986a88689e85bd8846da5b6a62f088584ff6fdede67dcaef02af117f3676df2
|
data/_includes/sidebar.html
CHANGED
@@ -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 %}
|