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 +4 -4
- data/_includes/nav.html +1 -1
- data/_includes/universal-nav.html +1 -1
- 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: f0c970df0cb32ee5b973e14027b72f92271fb236
|
|
4
|
+
data.tar.gz: 10415800e72f0685ac9862c3bb230a92b45204e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 %}
|
|
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.
|
|
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.
|
|
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-
|
|
11
|
+
date: 2018-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|