jumbo-jekyll-theme 2.0.3 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/universal-nav.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7754f01ca7e3fd1b8bcdc4563f834a026a753fff3e85084124e2b92cf383633d
|
4
|
+
data.tar.gz: c7a325b74fd5c136a6cf80fd031653210eb517b378c4bb7accca3888a0657fdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22730f06abdeda289072e0ed6d055786ef2a942cf1de052b80c2b29fd594c1b21fba4c09257d53acf434871296a1c8d239212a8e76bc9081f5575249a35e6300
|
7
|
+
data.tar.gz: 7f5d9b7039cef07ee8aacdb98e2073e2f0ec5d26b500870d6d9873441d4d42886f6fe57075dc66b8d29cf3ededfc63583f4c239bdce880aeab64a566cff4fc1f
|
@@ -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.name == "Linaro Connect" %}class="active"{% endif %}><a class="connect" target="
|
13
|
+
<li {% if site.name == "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" 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: 2.0
|
4
|
+
version: 2.1.0
|
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-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|