jumbo-jekyll-theme 4.4.3 → 4.4.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/nav.html +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d80e535bdbb7a4404f9eeee18ca7473993634fbdc66b78602e0bcb36d515d38
4
- data.tar.gz: f9fcf94209fdc65d8e661413b76a615bc303364a127fbb807cd07fe6c3fd9987
3
+ metadata.gz: cd17b971e8761868f246d681f6cd7567fed938bf860e8755b9f4d993b04d0ee7
4
+ data.tar.gz: 91c5e56eb261df9bb5aadd969741338c5d61dceac7714f484b3108bf5e5b4ba6
5
5
  SHA512:
6
- metadata.gz: 38672f414900bd9bf2d14c32d70b741ec582b2463aa024a8233e803fbc0e0733c51e22a08172adad557efc96bc69aca777a81dd68b97106a7ebd4d2194037553
7
- data.tar.gz: 5796c8d347d38f0efa8973629657cdc1b9c5977523da7c87602bbae2a817d2befe7b680c8bfc3ae89cafe03d351cf5fa65a923487e24cc4bd0963da04cb1fa58
6
+ metadata.gz: afe591018ad8dc2839c6505877c0cadc24eb8039cd571d9b6ad08e086794a02e233048584831b2a8d50876016ce9cf06525f4327977c1c41f41a5a9cd7a162db
7
+ data.tar.gz: 90c2aa28d4170be194a6ca76acaf203a85df14b3f5cb5b2965a1631ed82b7255196d8ab21dd009467e50187b3aadfa11affadd6b81c8b47c52b0754787dc1340
@@ -98,7 +98,7 @@ navbar-inverse navbar-static" id="main-navigation">
98
98
  </li>
99
99
  {% else %}
100
100
  <li>
101
- <a target="_self" href="{{menu_option.url}}" class="dropdown-item " title="{{menu_option.txt}}">{{menu_option.text}} {% if menu_option.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
101
+ <a target="{% if menu_option.external %}_blank{% else %}_self{% endif %}" href="{{menu_option.url}}" class="dropdown-item " title="{{menu_option.txt}}">{{menu_option.text}} {% if menu_option.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
102
102
  </li>
103
103
  {% endif %}
104
104
  {% endfor %}
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: 4.4.3
4
+ version: 4.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby