jumbo-jekyll-theme 1.8.93 → 1.8.94

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/nav.html +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84c5b3752fb92bd469ff267a788c63711f962651
4
- data.tar.gz: afd475e254bf40fdf7d493d1d8fd81c00c83b23a
3
+ metadata.gz: f988c2960de0c0f564996032503b2e2a04acc6d5
4
+ data.tar.gz: 0e9d5acfd854d6d9686f18cc3691f7780a26122d
5
5
  SHA512:
6
- metadata.gz: 89d719246116242974ee6a65a3feab6e2624d964591d0ffb1f800602d21c526de1f5563f587c018dd96d5a432322878f545d97f5a54ad322099b83fdd8e1ff1e
7
- data.tar.gz: 3e1f9df825917e1b8f10eeb678b6fef000b61a88919c81eac747e996199cd3a366674d6c6a961afea122f4c7da06bc4873eea1c204570c134f3382f817f92eb2
6
+ metadata.gz: 55edf76fb2d7d2db6ba25710ea078b3c6a55242a266566923a8f2f514867e742de6c87165319da539b3b6397986c4f1f9b6a7c857d4c107a481ffa7781b07579
7
+ data.tar.gz: e1fd9751552933c2485646923faf00c888932b2fb131e42fe32fc249230179b7d874b47af2412eae0ce4e82b8f14775dea96d5e421ea0914930df4331808c90a
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 %} {% if section.left-align %} left-align {% endif %}">
46
+ {% endfor %} {% if section.left %} left {% 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 {% if section.left-align %} left-align {% endif %}"
82
+ class="main active {% if section.left %} left {% endif %}"
83
83
  {% else %}
84
- class="main {% if section.left-align %} left-align {% endif %}"
84
+ class="main {% if section.left %} left {% endif %}"
85
85
  {% endif %}
86
86
  ><a href="{{section.url}}" title="{{section.title}}">{{section.title}}</a></li>
87
87
  {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.93
4
+ version: 1.8.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby