linaro-jekyll-theme 0.10.103 → 0.10.104
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/_theme-includes/_navigation/nav.html +2 -2
- 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: '02158a18f21fc62eda76ff45e593df25cddac802'
|
4
|
+
data.tar.gz: 7a3794175fe26acc0404f75918ac901d4b1b3674
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9d159f05855fc8a1b0e4c22e02cbce4a9fb7678fc89b2c9e339804a205252daa551e2b6e5361b9346b3542a4fe661bd423b38b3e35fbfe97989195102a3ad42
|
7
|
+
data.tar.gz: dfbc6e08aca32dec8d7011486c62e60ecbb803bc30939dc25311aeeca2a106a7cf151a32b3b8f17faf4aad6b53bd08f87450287c43910551fe869cd61d019bad
|
@@ -37,7 +37,7 @@
|
|
37
37
|
active
|
38
38
|
{% endif %}
|
39
39
|
{% endfor %}">
|
40
|
-
<a href="
|
40
|
+
<a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{section.title}} <span class="caret"></span></a>
|
41
41
|
<ul class="dropdown-menu">
|
42
42
|
{% for menu_option in section.options %}
|
43
43
|
{% if menu_option.options %}
|
@@ -47,7 +47,7 @@
|
|
47
47
|
{% for sub-option in menu_option.options %}
|
48
48
|
{% if sub-option.options %}
|
49
49
|
<li class="dropdown-submenu">
|
50
|
-
<a href="
|
50
|
+
<a href="{% if section.url %}{{section.url}}{% endif %}">{{sub-option.text}}</a>
|
51
51
|
<ul class="dropdown-menu">
|
52
52
|
{% for sub-sub-option in sub-option.options %}
|
53
53
|
<li><a href="{{sub-sub-option.url}}">{{sub-sub-option.text}}</a></li>
|