jumbo-jekyll-theme 3.5.1 → 3.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/nav.html +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9471559b28e5836c28dfd3f1b9fe04e5a927fa3116f639b6ebf9b23131830470
|
|
4
|
+
data.tar.gz: 80cfd9e8d9c363653c30f880a7209a646515ebaf32da229bebaa3437eb47af16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83f5e7671ecaba987ffe89b7b5a4422385777a5386629910e8228b62983bc8e24db323ad2b0f81c084e5983c8e8f68a41a65e5e0c42b1786ab2137f6580bc2e1
|
|
7
|
+
data.tar.gz: 234968e831acc97b2741c15b60b3c1358357c8c228b8552adab6d8911746917ff402e6b9315201b20cc359c42be902bb1a1a15d668310cbebacf427a0c5affe1
|
data/_includes/nav.html
CHANGED
|
@@ -46,7 +46,6 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
|
46
46
|
{% for section in site.data.nav.pages %}
|
|
47
47
|
{% if section.options %}
|
|
48
48
|
<li class="main dropdown menu
|
|
49
|
-
{{current_page_url}}
|
|
50
49
|
{% for menu-item in section.options %}
|
|
51
50
|
{% if menu-item.options %}
|
|
52
51
|
{% for sub-item in menu-item.options %}
|
|
@@ -98,7 +97,7 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
|
98
97
|
</ul>
|
|
99
98
|
</li>
|
|
100
99
|
{% else %}
|
|
101
|
-
<li class="main {% if section.url == current_page_url %}active{% endif %}">
|
|
100
|
+
<li class="main {% if section.url == current_page_url or section.url contains curret_page_url %}active{% endif %}">
|
|
102
101
|
<a class="main-anchor" href="{{section.url}}" title="{{section.title}}">{{section.title}}</a>
|
|
103
102
|
</li>
|
|
104
103
|
{% endif %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumbo-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.5.
|
|
4
|
+
version: 3.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|