jumbo-jekyll-theme 1.8.92 → 1.8.93
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 +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84c5b3752fb92bd469ff267a788c63711f962651
|
4
|
+
data.tar.gz: afd475e254bf40fdf7d493d1d8fd81c00c83b23a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89d719246116242974ee6a65a3feab6e2624d964591d0ffb1f800602d21c526de1f5563f587c018dd96d5a432322878f545d97f5a54ad322099b83fdd8e1ff1e
|
7
|
+
data.tar.gz: 3e1f9df825917e1b8f10eeb678b6fef000b61a88919c81eac747e996199cd3a366674d6c6a961afea122f4c7da06bc4873eea1c204570c134f3382f817f92eb2
|
data/_includes/nav.html
CHANGED
@@ -43,7 +43,7 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
43
43
|
{% if page.url == menu-item.url %}
|
44
44
|
active
|
45
45
|
{% endif %}
|
46
|
-
{% endfor %}">
|
46
|
+
{% endfor %} {% if section.left-align %} left-align {% endif %}">
|
47
47
|
<a href="{% if section.url %}{{section.url}}{% endif %}" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
48
48
|
{{section.title}} <span class="caret"></span>
|
49
49
|
</a>
|
@@ -79,9 +79,9 @@ navbar-inverse navbar-static" id="main-navigation">
|
|
79
79
|
</li>
|
80
80
|
{% else %}
|
81
81
|
<li {% if section.url == page.permalink %}
|
82
|
-
class="main active"
|
82
|
+
class="main active {% if section.left-align %} left-align {% endif %}"
|
83
83
|
{% else %}
|
84
|
-
class="main"
|
84
|
+
class="main {% if section.left-align %} left-align {% endif %}"
|
85
85
|
{% endif %}
|
86
86
|
><a href="{{section.url}}" title="{{section.title}}">{{section.title}}</a></li>
|
87
87
|
{% 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: 1.8.
|
4
|
+
version: 1.8.93
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|