jumbo-jekyll-theme 4.4.3 → 4.4.4
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 +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd17b971e8761868f246d681f6cd7567fed938bf860e8755b9f4d993b04d0ee7
|
4
|
+
data.tar.gz: 91c5e56eb261df9bb5aadd969741338c5d61dceac7714f484b3108bf5e5b4ba6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afe591018ad8dc2839c6505877c0cadc24eb8039cd571d9b6ad08e086794a02e233048584831b2a8d50876016ce9cf06525f4327977c1c41f41a5a9cd7a162db
|
7
|
+
data.tar.gz: 90c2aa28d4170be194a6ca76acaf203a85df14b3f5cb5b2965a1631ed82b7255196d8ab21dd009467e50187b3aadfa11affadd6b81c8b47c52b0754787dc1340
|
data/_includes/nav.html
CHANGED
@@ -98,7 +98,7 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
98
98
|
</li>
|
99
99
|
{% else %}
|
100
100
|
<li>
|
101
|
-
<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>
|
101
|
+
<a target="{% if menu_option.external %}_blank{% else %}_self{% endif %}" 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>
|
102
102
|
</li>
|
103
103
|
{% endif %}
|
104
104
|
{% endfor %}
|