linaro-jekyll-theme 0.10.108 → 0.10.109
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/image.html +1 -1
- data/_includes/media.html +3 -1
- data/_sass/core/nav.scss +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d88f6270406fcbc830479804747dc12c3c54f5fe
|
4
|
+
data.tar.gz: d34680c5b9626832d687d60cfb32aafd3ef807bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f81e53411919fe44d027d5fdcd8a16cdf3e250aace4eb2437c891e4a3c10da533f7530a615a55a23223c5286d83a1ab517dcbfafd2cc82b38c5f9208c9850c16
|
7
|
+
data.tar.gz: 1dfef78b8cdb10fb89326ecc75252de40e19e43120d8687db08f544e6f4a632ded078efa7a1a5f5b9bff6a74ba018739cd5f3550e34a13f9c00898e5a718f17b
|
data/_includes/image.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
[![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload
|
1
|
+
[![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload" data-src="{% asset_path '{{include.name}}' %}"}]({% if include.url %}{{include.url}}{% else %}{% asset_path "{{include.name}}" %}{% endif %}){:{% if include.url %} {% else %}data-lightbox="{{include.name}}" data-title="{{include.alt}}"{% endif %}}
|
data/_includes/media.html
CHANGED
@@ -1,9 +1,11 @@
|
|
1
1
|
{% if include.media_url contains "https://youtu.be/" %}
|
2
2
|
{% assign media_url = include.media_url | replace: 'https://youtu.be/','https://youtube.com/embed/'%}
|
3
|
+
{% elsif include.media_url contains "https://www.youtube.com/watch?v="%}
|
4
|
+
{% assign media_url = include.media_url | replace: 'https://www.youtube.com/watch?v=','https://youtube.com/embed/'%}
|
3
5
|
{% else %}
|
4
6
|
{% assign media_url = include.media_url%}
|
5
7
|
{% endif %}
|
6
8
|
|
7
9
|
<div class="embed-responsive embed-responsive-16by9">
|
8
10
|
<iframe src="" allowFullScreen="allowFullScreen" frameBorder="0" class="lazyload embed-responsive-item" data-src="{{media_url}}"></iframe>
|
9
|
-
</div>
|
11
|
+
</div>
|
data/_sass/core/nav.scss
CHANGED
@@ -26,12 +26,20 @@ nav li a:hover{
|
|
26
26
|
-webkit-transition: color .5s ease;
|
27
27
|
}
|
28
28
|
|
29
|
+
ul#navbar-buttons > li > ul.dropdown-menu {
|
30
|
+
top: 66px;
|
31
|
+
}
|
32
|
+
|
29
33
|
// Tabbed nav bar css
|
30
34
|
|
31
35
|
#tabbed-nav-bar .nav-tabs > li > a {
|
32
36
|
color: black;
|
33
37
|
}
|
34
38
|
|
39
|
+
ul#searchDropdown {
|
40
|
+
top: 6px !important;
|
41
|
+
}
|
42
|
+
|
35
43
|
//By default hide the complete search form and then load it using jQuery.
|
36
44
|
#searchform {
|
37
45
|
display: none;
|
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.109
|
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-10-
|
11
|
+
date: 2017-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|