jumbo-jekyll-theme 1.7.12 → 1.7.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37ff462bb7c1879b954fd46accc2d206f8483e06
4
- data.tar.gz: 94985e2b552af67ec3bf8dbf0a488f0f7254c4be
3
+ metadata.gz: c78cae4fe1ab5feac723276bdea1d5ebc8127e97
4
+ data.tar.gz: 6adf690baa4fb6aa70d054e79e1149cf820737d8
5
5
  SHA512:
6
- metadata.gz: 2d11ba2b65029dbacff259fcf6d2ffa1271a604e77713efb36ffe567d7b7696115961f39a922f336d5cef935641213f2d1b18a0b64c7ac2e877ef8b63e9d94db
7
- data.tar.gz: c9b11bee50d234b3765ed6fd84a3f9a6bfedd9d9c8eee6f8e355e85a089bab994e3ae9e1e7769021c15c3571932281b58997058825b609f05ef5a60d1e48582d
6
+ metadata.gz: 7f7ed7ee54eabdc4c600ce3b55259948c8ccc51780da23d4ebfa6048abffa097f81e947605e1f2ca70957530df87fbeadbc8c3ea326c1812f843408475df2dfc
7
+ data.tar.gz: 70c84989534ec6877bcf4493520ffd1e3854f3c9d61117343fa801d6338b5b58f8df39c997beec8552bb80122632cd51763174562102f8aaafc2dfe70827afc3
@@ -9,8 +9,8 @@
9
9
  </div>
10
10
  <div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
11
11
  <ul class="nav navbar-nav">
12
- <li {% if site.title == "Linaro" %}class="active"{% endif %}><a class="linaro" href="https://www.linaro.org">Linaro</a></li>
13
- <li {% if site.title == "Linaro Connect" %}class="active"{% endif %}><a class="connect" href="https://connect.linaro.org">Connect</a></li>
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.title == "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" href="https://www.96boards.org">96Boards</a></li>
15
15
  <li {% if site.title == "Developer Cloud" %}class="active"{% endif %}><a class="dev-cloud" href="https://linaro.cloud">Developer Cloud</a></li>
16
16
  <li class="dropdown">
@@ -75,7 +75,9 @@ $(document).ready(function () {
75
75
  $('a').each(function() {
76
76
  var a = new RegExp('/' + window.location.host + '/');
77
77
  if (!a.test(this.href)) {
78
- $(this).attr("target","_blank");
78
+ if($(this).attr("target") != "_self"){
79
+ $(this).attr("target","_blank");
80
+ }
79
81
  }
80
82
  });
81
83
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.12
4
+ version: 1.7.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby