jumbo-jekyll-theme 1.7.16 → 1.7.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa3f1a27b29579cf3825d88629650b53d9aec578
4
- data.tar.gz: 814bc1862562225299bada8b9b2a54799facc879
3
+ metadata.gz: 7f1ccab503416d6beed5b6e25474c176cf589fe8
4
+ data.tar.gz: b684805a6cc6a8baaf3c84de3041cd6b404727c0
5
5
  SHA512:
6
- metadata.gz: 97beb3eb813da5fc1564cd5305c64fc5b1d8748016f578a728140602b75abe5efd28d965b63fb297a6bb085cc6a37e3d0028d754def013f228e11bb5f35e6388
7
- data.tar.gz: 6fd4d1eb1957f97e357385423005eccfb6c854623f835709781113092f010db24257283983c31ea913f899bb06993a6424948c714870e9b41de272a16b72587b
6
+ metadata.gz: 610f4560b78116fe175a10e9e7bd0e4f1159fe362dfde3febbbd1d5cc2c131996c3d54bf17e44880627f1e1521fbfa2fc7c37fb50a05f17e593cac3ca4b982ce
7
+ data.tar.gz: 9942a3842b55ac115e65cb923880da2d5f2dd33c58913048163a13f8c1c4d02c51110d4d0f18986615cabeb58f8248b8f9c805f78939f2341797f861afba2bab
@@ -34,17 +34,15 @@
34
34
  {% endif %}
35
35
  </a>
36
36
  </li>
37
-
38
37
  {% if tab.sub-tabs %}
39
38
  {% for sub-tab in tab.sub-tabs %}
40
- <li class="{% if page-base[1] == sub-tab.base %}active {% elsif page.url == sub-tab.url or sub-tab.active %}active {% endif %}side-nav-button sub-page">
39
+ <li class="{% if page-base[2] == sub-tab.base %}active {% elsif page.url == sub-tab.url or sub-tab.active %}active {% endif %}side-nav-button sub-page">
41
40
  <a href="{{sub-tab.url}}" role="link">
42
41
  {{ sub-tab.title}} {% if sub-tab.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}
43
42
  </a>
44
43
  </li>
45
44
  {% endfor %}
46
45
  {% endif %}
47
-
48
46
  {% endfor %}
49
47
  </ul>
50
48
  {% elsif custom-include %}
@@ -8,7 +8,7 @@
8
8
  </button>
9
9
  </div>
10
10
  <div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
11
- <ul class="nav navbar-nav">
11
+ <ul class="nav navbar-nav navbar-right">
12
12
  <li {% if site.title == "Linaro" %}class="active"{% endif %}><a class="linaro" target="_self" href="https://www.linaro.org">Linaro</a></li>
13
13
  <li {% if site.title == "Linaro Connect" %}class="active"{% endif %}><a class="connect" target="_self" href="https://connect.linaro.org">Connect</a></li>
14
14
  <li {% if site.title == "96Boards" %}class="active"{% endif %}><a class="boards" href="https://www.96boards.org">96Boards</a></li>
data/_layouts/home.html CHANGED
@@ -2,8 +2,6 @@
2
2
  layout: default
3
3
  js-package: home
4
4
  css-package: home
5
- nav-light: true
6
- home: true
7
5
  ---
8
6
  {% if site.data.settings.home.jumbotron.enabled %}
9
7
  {% include jumbotron.html %}
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.7.16
4
+ version: 1.7.17
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-06-04 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll