jumbo-jekyll-theme 5.6.3 → 5.6.4

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
  SHA256:
3
- metadata.gz: 37d609b55d6128df89df0dc870a3e2770bfdb8015f05e7f4dc2c18488af03ff6
4
- data.tar.gz: f60282e0e7a5087af1ef8bb14d31470f12abc0bbd2a5089b52c9e7158cc7f79d
3
+ metadata.gz: b980abfab68c850cf98b47d4c4379976b9852c5d1f802675136c993bcf06134f
4
+ data.tar.gz: 0c62566f0bb20fcf498c586c7af9450aa4403c312ca0082cbed72225e00ee7fa
5
5
  SHA512:
6
- metadata.gz: 7c4aea97d1e38e02b651154e5062583f48b7e5ae53ef07cec1a0bfd43f8d4388f4a2530931489160b220d3e8a913d58ce1bd8d0617bb52bf765190ef4041cc5a
7
- data.tar.gz: 4715ea5c657188a73b4bc626cfaef1a8740095a39e0f83b6490d938525d6b0003afcdc93bf82b85f907c5fa77e290fd89ad93a24e8c81de13387c504804f0b15
6
+ metadata.gz: c2cc21259a7c6b6e898990f1ebd74805b7a47c4d802c5532392f9a0558000e81b5226609a8d64858e91b6ad70653e140b4f3e2c0a215da938c678616c1bf1db4
7
+ data.tar.gz: 47000af14b0b49f39b90df1e847508aeb6230e7e68fe034f95e884d6b8b626c4ffb73489e1003426838c5e4b4a95fb54bd07b5fd798e6a666e4144814abb7346
@@ -2,7 +2,7 @@
2
2
  search:
3
3
  enabled: false
4
4
  label: JJT
5
- universal-nav: false
5
+ universal-nav: true
6
6
  # Nav Brand Config
7
7
  brand:
8
8
  text: Jumbo Jekyll Theme
@@ -1,22 +1,7 @@
1
1
  items:
2
- - title: Linaro
3
- url: https://www.linaro.org/
4
- - title: Connect
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: 96Boards.ai
13
- url: https://www.96boards.ai
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 website in site.data.universal-nav %}
13
- {% if website.options %}
14
- <li class="dropdown {% for project-site in website.options %}{% if project-site.active %}active{% break %}{% endif %}{% endfor %}">
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">Projects <span class="caret"></span></a>
16
+ aria-expanded="false">{{item.title}} <span class="caret"></span></a>
17
17
  <ul class="dropdown-menu">
18
- {% for project-site in website.options %}
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 website.active %}class="active" {% endif %}><a class="linaro" target="_self" href="{{website.url}}">{{website.title}}</a></li>
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.3
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-12 00:00:00.000000000 Z
11
+ date: 2019-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll