linaro-jekyll-theme 0.10.0 → 0.10.1

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: bc56bac82e0891984195f62c68a03caa19462f7d
4
- data.tar.gz: 2d50467550ab7193b4186ef93ea8c48cbf9101e2
3
+ metadata.gz: 42ca2f261749d132d9c204a087504544dbfebd4a
4
+ data.tar.gz: 8b03a1e56a5924f8e25646192a777b9a2e68aff4
5
5
  SHA512:
6
- metadata.gz: fa4ccee411548b2ff02907e88d727b9f9396ed4e8bcb14522d493ef74416b424a71edcad117ec84dad762a062dc4b7f30874654fc5bc0343e569ed418ba4cb51
7
- data.tar.gz: 35360c428ed1886b7ee890efd918f37e54e53cc977e1bf0437a07b49c7bc039cf8e2297cddf29d6b26e50ca31dd9d01f2695d8578c67a6773636af71cdca2600
6
+ metadata.gz: ce309c44b8010176d4f58b3742e365a6db6667771ef3b1062caded33995dffb4f0f4c15753c866e7c626f5a27d90ad37b56352cf9dd2bf84b292d66d89e9eead
7
+ data.tar.gz: 5dd0863f073458b02b340dda8bdb7a06356ab5c49ba49ebcd0e1f801ffd3c60af1495dcd6f205b5d7fdabc96c85fb68d58dac3358bbcf95387c51333e5424bc9
@@ -12,31 +12,9 @@
12
12
  <ul class="nav nav-pills nav-stacked">
13
13
  {% for tab in tab-list %}
14
14
  <li class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% endif %}side-nav-button">
15
- <a href="{{tab.url}}" role="link">{{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window"></i>{% endif %}</a>
15
+ <a href="{{tab.url}}" role="link">{{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window pull-right"></i>{% endif %}</a>
16
16
  </li>
17
17
  {% endfor %}
18
18
  </ul>
19
- <div class="tabbed-area" id="tabbed-nav-bar"><!-- Nav tabs -->
20
- <nav class="navbar-default" role="navigation">
21
- <div class="container">
22
- <div class="navbar-header">
23
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#tabbed-nav-bar-collapse">
24
- <span class="sr-only">Toggle navigation</span>
25
- <span class="icon-bar"></span>
26
- <span class="icon-bar"></span>
27
- <span class="icon-bar"></span>
28
- </button>
29
- <a class="navbar-brand" id="sub-navigation-header" href=""></a>
30
- </div>
31
- <div class="collapse navbar-collapse" id="tabbed-nav-bar-collapse">
32
- <ul class="nav nav-tabs tabbed-nav" id="tab-row" role="tablist">
33
- {% for tab in tab-list %}
34
- <li role="presentation" class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% endif %}tabbed-nav-btn {% if tab.right %}pull-right{% endif %}"><a href="{{tab.url}}" role="link">{{ tab.title}}</a></li>
35
- {% endfor %}
36
- </ul>
37
- </div>
38
- </div>
39
- </nav>
40
- </div>
41
19
  {% endif %}
42
20
  {% endif %}
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.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby