linaro-jekyll-theme 0.10.105 → 0.10.106
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83607354274563d142cc830670621b9b17d2d1fe
|
4
|
+
data.tar.gz: c0c5e8048b8e2a9e789522740137b49835436f82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79af73391e7c8a50868f4b56540bec855e6e90eab2279c89a9b394a27e4d2d2d8d1b4969ea45fa2cf09812e263c941ad2b9b71928d666b992e050493b4cb44a4
|
7
|
+
data.tar.gz: 39818a69106a66340fbd51b9b1250e0c3bebb3db63f9dfbd8476eadfe60eab2593f23a0c3f4572df7722ac327efcb30361150d8f190b82bb84f2af34e6c02f67
|
@@ -11,7 +11,7 @@
|
|
11
11
|
{% if tab-list %}
|
12
12
|
<ul class="nav nav-pills nav-stacked">
|
13
13
|
{% for tab in tab-list %}
|
14
|
-
<li class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% endif %}side-nav-button">
|
14
|
+
<li class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% elsif page.url contains tab.url %}active {% endif %}side-nav-button">
|
15
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 %}
|
@@ -25,7 +25,7 @@ specific_css: /assets/css/blog-pages.css
|
|
25
25
|
{% endif %}
|
26
26
|
{% else %}
|
27
27
|
{% if blog.featured_image %}
|
28
|
-
data-src="/assets
|
28
|
+
data-src="/assets{{blog.featured_image}}"
|
29
29
|
{% else %}
|
30
30
|
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder.png{% endif %}"
|
31
31
|
{% endif %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.106
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|