linaro-jekyll-theme 0.10.102 → 0.10.103
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 +1 -1
- 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: 1be507edbf001328d24e5e7e267e3a09816e06b8
|
4
|
+
data.tar.gz: a210db6e798b463631cd3d981f4d0013f2094fb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff7fc2c44e18281ab8cd74e6eeada01b5594b91cf7fd04cf47b8472a0aeb0562aa79bc2b51d7e2b8b4345cd6a10a99c46c6861c8032b6b84bbbb70db2c7c688f
|
7
|
+
data.tar.gz: 2db9ce0291fa67791d336d6a119e198589a2de3a12b2d525c1c1f73c4a3d27d8e93f3ea708d6f09a4c2f31efe203955b1b0c241d6bd190150f2e8bff09c2d59c
|
@@ -37,7 +37,7 @@
|
|
37
37
|
active
|
38
38
|
{% endif %}
|
39
39
|
{% endfor %}">
|
40
|
-
<a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{section.title}} <span class="caret"></span></a>
|
40
|
+
<a href="{% if section.url %}{{section.url}}{% endif %}" 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 %}
|