jumbo-jekyll-theme 1.8.93 → 1.8.94
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/nav.html +3 -3
- 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: f988c2960de0c0f564996032503b2e2a04acc6d5
|
4
|
+
data.tar.gz: 0e9d5acfd854d6d9686f18cc3691f7780a26122d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55edf76fb2d7d2db6ba25710ea078b3c6a55242a266566923a8f2f514867e742de6c87165319da539b3b6397986c4f1f9b6a7c857d4c107a481ffa7781b07579
|
7
|
+
data.tar.gz: e1fd9751552933c2485646923faf00c888932b2fb131e42fe32fc249230179b7d874b47af2412eae0ce4e82b8f14775dea96d5e421ea0914930df4331808c90a
|
data/_includes/nav.html
CHANGED
@@ -43,7 +43,7 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
43
43
|
{% if page.url == menu-item.url %}
|
44
44
|
active
|
45
45
|
{% endif %}
|
46
|
-
{% endfor %} {% if section.left
|
46
|
+
{% endfor %} {% if section.left %} left {% endif %}">
|
47
47
|
<a href="{% if section.url %}{{section.url}}{% endif %}" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
48
48
|
{{section.title}} <span class="caret"></span>
|
49
49
|
</a>
|
@@ -79,9 +79,9 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
79
79
|
</li>
|
80
80
|
{% else %}
|
81
81
|
<li {% if section.url == page.permalink %}
|
82
|
-
class="main active {% if section.left
|
82
|
+
class="main active {% if section.left %} left {% endif %}"
|
83
83
|
{% else %}
|
84
|
-
class="main {% if section.left
|
84
|
+
class="main {% if section.left %} left {% endif %}"
|
85
85
|
{% endif %}
|
86
86
|
><a href="{{section.url}}" title="{{section.title}}">{{section.title}}</a></li>
|
87
87
|
{% endif %}
|