linaro-jekyll-theme 0.10.70 → 0.10.71
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 -0
- 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: 8071c7fedfa8ef87c1020d6b46b3765a801ce190
|
4
|
+
data.tar.gz: 62f32fbc567d268d3d2e6721f21e78197aa97549
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b49d41b00927c81e7c748c2554c2124bc8cac327a770d86f0bbfad38518b6ef9cd0aaf8942aad50fda14b0d99a6754bce72681ef9f3a4ccfe8f571654d3bde89
|
7
|
+
data.tar.gz: d774130a56c78a13b0de3cf157f0e4074b162972aff0bc9ad00f9fe24b85968e7bcc292d6f9a0efb25441bc027a712689ad3b69288a068b6cad2cf3aedf5185f
|
@@ -60,6 +60,8 @@
|
|
60
60
|
{% endfor %}
|
61
61
|
</ul>
|
62
62
|
</li>
|
63
|
+
|
64
|
+
{% else %}
|
63
65
|
{% endif %}
|
64
66
|
<li>
|
65
67
|
<a target="_self" href="{{menu_option.url}}" class="dropdown-item " title="{{menu_option.txt}}">{{menu_option.text}} {% if menu_option.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
|