jumbo-jekyll-theme 5.6.3 → 5.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/nav.yml +1 -1
- data/_data/universal-nav.yml +5 -20
- data/_includes/universal-nav.html +7 -7
- 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: b980abfab68c850cf98b47d4c4379976b9852c5d1f802675136c993bcf06134f
|
4
|
+
data.tar.gz: 0c62566f0bb20fcf498c586c7af9450aa4403c312ca0082cbed72225e00ee7fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2cc21259a7c6b6e898990f1ebd74805b7a47c4d802c5532392f9a0558000e81b5226609a8d64858e91b6ad70653e140b4f3e2c0a215da938c678616c1bf1db4
|
7
|
+
data.tar.gz: 47000af14b0b49f39b90df1e847508aeb6230e7e68fe034f95e884d6b8b626c4ffb73489e1003426838c5e4b4a95fb54bd07b5fd798e6a666e4144814abb7346
|
data/_data/nav.yml
CHANGED
data/_data/universal-nav.yml
CHANGED
@@ -1,22 +1,7 @@
|
|
1
1
|
items:
|
2
|
-
- title:
|
3
|
-
url: https://
|
4
|
-
- title:
|
5
|
-
url: https://connect.linaro.org
|
6
|
-
- title: 96Boards
|
7
|
-
url: https://www.96boards.org
|
8
|
-
- title: Developer Cloud
|
9
|
-
url: https://linaro.cloud
|
10
|
-
- title: Projects
|
2
|
+
- title: Github
|
3
|
+
url: https://github.com/linaro-marketing/jumbo-jekyll-theme
|
4
|
+
- title: Social Media
|
11
5
|
options:
|
12
|
-
- title:
|
13
|
-
url: https://
|
14
|
-
- title: OP-TEE
|
15
|
-
url: https://www.op-tee.org
|
16
|
-
- title: DeviceTree.org
|
17
|
-
url: https://www.devicetree.org
|
18
|
-
- title: OpenDataPlane.org
|
19
|
-
url: https://www.opendataplane.org
|
20
|
-
- title: TrustedFirmware.org
|
21
|
-
url: https://www.trustedfirmware.org
|
22
|
-
active: true
|
6
|
+
- title: Github
|
7
|
+
url: https://github.com/linaro-marketing/jumbo-jekyll-theme
|
@@ -9,22 +9,22 @@
|
|
9
9
|
</div>
|
10
10
|
<div id="navbar" class="navbar-collapse collapse" role="navigation" aria-expanded="false" style="height: 1px;">
|
11
11
|
<ul class="nav navbar-nav navbar-right">
|
12
|
-
{% for
|
13
|
-
{% if
|
14
|
-
<li class="dropdown {% for project-site in
|
12
|
+
{% for item in site.data.universal-nav.items %}
|
13
|
+
{% if item.options %}
|
14
|
+
<li class="dropdown {% for project-site in item.options %}{% if project-site.active %}active{% break %}{% endif %}{% endfor %}">
|
15
15
|
<a href="#" class="projects dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
|
16
|
-
aria-expanded="false">
|
16
|
+
aria-expanded="false">{{item.title}} <span class="caret"></span></a>
|
17
17
|
<ul class="dropdown-menu">
|
18
|
-
{% for project-site in
|
18
|
+
{% for project-site in item.options %}
|
19
19
|
<li {% if project-site.active %}class="active" {% endif%}><a target="_self" href="{{project-site.url}}">{{project-site.title}}</a></li>
|
20
20
|
{% endfor %}
|
21
21
|
</ul>
|
22
22
|
</li>
|
23
23
|
{% else %}
|
24
|
-
<li {% if
|
24
|
+
<li {% if item.active %}class="active" {% endif %}><a class="linaro" target="_self" href="{{item.url}}">{{item.title}}</a></li>
|
25
25
|
{% endif %}
|
26
26
|
{% endfor %}
|
27
27
|
</ul>
|
28
28
|
</div>
|
29
29
|
</nav>
|
30
|
-
<!-- End Universal NavBar -->
|
30
|
+
<!-- End Universal NavBar -->
|
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: 5.6.
|
4
|
+
version: 5.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|