linaro-jekyll-theme 0.10.104 → 0.10.105
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: 31e1a5893156ad90003ae26f3f00444fd2d35e04
|
4
|
+
data.tar.gz: 8906fd0bbc5e6f6463960731a43de382d8dbcd06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99a564949279f9b1404a26866a4d6542502e858b8559635bc595344a495635cf28aae8395cba88a2c572fc694550905ec40c8d7c1b40a360a613011c2fba216f
|
7
|
+
data.tar.gz: 6eb558227ae77ea072435b6c78e79e4517e7f19e90ec7cb8afb28f0c8da9ab8f4f0018aeca597c3f5d1da624ef11bd611dbc515ac03915a3666f0df31f9b954e
|
@@ -42,12 +42,12 @@
|
|
42
42
|
{% for menu_option in section.options %}
|
43
43
|
{% if menu_option.options %}
|
44
44
|
<li class="dropdown-submenu">
|
45
|
-
<a tabindex="-1" href="
|
45
|
+
<a tabindex="-1" href="{% if menu-option.url %}{{menu-option.url}}{% endif %}">{{menu_option.text}}</a>
|
46
46
|
<ul class="dropdown-menu">
|
47
47
|
{% for sub-option in menu_option.options %}
|
48
48
|
{% if sub-option.options %}
|
49
49
|
<li class="dropdown-submenu">
|
50
|
-
<a href="{% if
|
50
|
+
<a href="{% if sub-option.url %}{{sub-option.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>
|