jumbo-jekyll-theme 1.7.38 → 1.7.39
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/universal-nav.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18f2dc8e936badfb821957a9844e37c206c1aa9a
|
|
4
|
+
data.tar.gz: 0453c72593f1e508a561ae0c7dd6a030d4e63f25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f11a85828265f185176073de63b4b2a337bb576fa818d51623b041202208855c0f1ccb73ca0b1a81325b87a6ea0fd6cc1882ed5d7e477b17824160460c31030
|
|
7
|
+
data.tar.gz: 4734640f18ee4935be53365c8de04a39c63e7083466208f6b8867efd45bbbc27636f8b8d9ccb7004e8b718d1ea59748a871288248459401a34e783383c8c1669
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<li {% if site.title == "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
|
-
<li
|
|
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 %}">
|
|
17
17
|
<a class="projects" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Projects <span class="caret"></span></a>
|
|
18
18
|
<ul class="dropdown-menu">
|
|
19
19
|
<li><a target="_blank" href="https://www.96boards.ai">96Boards.ai</a></li>
|