linaro-jekyll-theme 0.10.103 → 0.10.104

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
  SHA1:
3
- metadata.gz: 1be507edbf001328d24e5e7e267e3a09816e06b8
4
- data.tar.gz: a210db6e798b463631cd3d981f4d0013f2094fb9
3
+ metadata.gz: '02158a18f21fc62eda76ff45e593df25cddac802'
4
+ data.tar.gz: 7a3794175fe26acc0404f75918ac901d4b1b3674
5
5
  SHA512:
6
- metadata.gz: ff7fc2c44e18281ab8cd74e6eeada01b5594b91cf7fd04cf47b8472a0aeb0562aa79bc2b51d7e2b8b4345cd6a10a99c46c6861c8032b6b84bbbb70db2c7c688f
7
- data.tar.gz: 2db9ce0291fa67791d336d6a119e198589a2de3a12b2d525c1c1f73c4a3d27d8e93f3ea708d6f09a4c2f31efe203955b1b0c241d6bd190150f2e8bff09c2d59c
6
+ metadata.gz: f9d159f05855fc8a1b0e4c22e02cbce4a9fb7678fc89b2c9e339804a205252daa551e2b6e5361b9346b3542a4fe661bd423b38b3e35fbfe97989195102a3ad42
7
+ data.tar.gz: dfbc6e08aca32dec8d7011486c62e60ecbb803bc30939dc25311aeeca2a106a7cf151a32b3b8f17faf4aad6b53bd08f87450287c43910551fe869cd61d019bad
@@ -37,7 +37,7 @@
37
37
  active
38
38
  {% endif %}
39
39
  {% endfor %}">
40
- <a href="{% if section.url %}{{section.url}}{% endif %}" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{section.title}} <span class="caret"></span></a>
40
+ <a href="" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{section.title}} <span class="caret"></span></a>
41
41
  <ul class="dropdown-menu">
42
42
  {% for menu_option in section.options %}
43
43
  {% if menu_option.options %}
@@ -47,7 +47,7 @@
47
47
  {% for sub-option in menu_option.options %}
48
48
  {% if sub-option.options %}
49
49
  <li class="dropdown-submenu">
50
- <a href="#">{{sub-option.text}}</a>
50
+ <a href="{% if section.url %}{{section.url}}{% endif %}">{{sub-option.text}}</a>
51
51
  <ul class="dropdown-menu">
52
52
  {% for sub-sub-option in sub-option.options %}
53
53
  <li><a href="{{sub-sub-option.url}}">{{sub-sub-option.text}}</a></li>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.103
4
+ version: 0.10.104
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby