jumbo-jekyll-theme 1.9.7 → 1.9.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a23a1f9b0223228350a115a253e53656460eea7e
4
- data.tar.gz: baac560c9689139da934ba19e05318797a7aa9ce
3
+ metadata.gz: f0c970df0cb32ee5b973e14027b72f92271fb236
4
+ data.tar.gz: 10415800e72f0685ac9862c3bb230a92b45204e4
5
5
  SHA512:
6
- metadata.gz: d34eb6781292f0a303a293861ce209daecaa68924afe0bd8b2dbf3456fbcc650c42f65099586db5476c8d10ae44cf3019d062b1d2f09c1170bd9851e7032b53c
7
- data.tar.gz: 476b4b1da9a007849bad5c2b49f8041ceeb336208812073f25aaecc2b70d389d758e81080537b92731715a12a74aeac482f7548c2423b56e832ba4b6f5b94ca4
6
+ metadata.gz: 1de167b68abf727ba1d3edbaedfcb8d0c09bdee6024c33bd80678070727b39978055182317b497a9250c05fe51ae6dd23505a3d053da5a8be1a0b17508ecbf54
7
+ data.tar.gz: 9145a6fc0acd867e083fc6065e01498b77ebc571b9a2cdc47c613061e1914ab61fa181adbb307c6d4d4099496fd5988631839f61065269a913394460e0b7beef
data/_includes/nav.html CHANGED
@@ -51,7 +51,7 @@ navbar-inverse navbar-static" id="main-navigation">
51
51
  {% for menu_option in section.options %}
52
52
  {% if menu_option.options %}
53
53
  <li class="dropdown-submenu sub-menu {% if section.left %} pull-left {% endif %}">
54
- <a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} class="">{{menu_option.text}}</a>
54
+ <a tabindex="-1" {% if menu_option.url %}href="{{menu_option.url}}"{% endif %} >{{menu_option.text}}</a>
55
55
  <ul class="dropdown-menu sub-menu">
56
56
  {% for sub-option in menu_option.options %}
57
57
  {% if sub-option.options %}
@@ -10,7 +10,7 @@
10
10
  <div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
11
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
- <li {% if site.title == "Linaro Connect" %}class="active"{% endif %}><a class="connect" target="_blank" href="https://connect.linaro.org">Connect</a></li>
13
+ <li {% if site.data.name == "Linaro Connect" %}class="active"{% endif %}><a class="connect" target="_blank" href="https://connect.linaro.org">Connect</a></li>
14
14
  <li {% if site.title == "96Boards" %}class="active"{% endif %}><a class="boards" target="_self" href="https://www.96boards.org">96Boards</a></li>
15
15
  <li {% if site.title == "Developer Cloud" %}class="active"{% endif %}><a class="dev-cloud" target="_blank" href="https://linaro.cloud">Developer Cloud</a></li>
16
16
  <li {% if site.title == "OP-TEE" %}class="dropdown active"{% elsif site.title == "DeviceTree" %}class="dropdown active"{% elsif site.title == "96Boards.ai"%}class="dropdown active"{% elsif site.title == "The OpenDataPlane Project" %}class="dropdown active"{% else %}class="dropdown"{% 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.9.7
4
+ version: 1.9.8
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-07-04 00:00:00.000000000 Z
11
+ date: 2018-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll