jumbo-jekyll-theme 3.4.0 → 3.5.0
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
- data/robots.txt +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: 6a5b2b362383de4626ba65e031548290fd5ff282e4f5094c53ebdf0d79848d24
|
4
|
+
data.tar.gz: 5272be4a1faf9bbc5228f9e958de92085ca2391543d051e32d936f05793fffc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0aaf2f4a98a69523c2d50c59c2ec565089cec40a63c8d78a18419e0ee966a4807f707bb67a3789f27dca9410eac19e5e8c7eccf74c59f86e90360b974be71d4a
|
7
|
+
data.tar.gz: 658f579bb5638d10c27b3015cafeb49820bc1c2cbce7eb715f87aaf4a39eae256a65fef92b4def04583f203acb981b0f37bdd71cdb332bc66e20a0e233e58a03
|
data/_includes/nav.html
CHANGED
@@ -43,7 +43,7 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
43
43
|
{% for section in site.data.nav.pages %}
|
44
44
|
{% if section.options %}
|
45
45
|
<li class="main dropdown menu
|
46
|
-
{% for menu-item in section.options %}{% if menu-item.url contains
|
46
|
+
{% for menu-item in section.options %}{{menu-item.url}} vs {{current_page_url}} {% if menu-item.url contains current_page_url %}active{% endif %}{% endfor %} ">
|
47
47
|
<a {% if section.url %}href="{{section.url}}"{% endif %} class="main-anchor dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
48
48
|
{{section.title}} <span class="caret"></span>
|
49
49
|
</a>
|
data/robots.txt
CHANGED