jumbo-jekyll-theme 1.4.3.62 → 1.4.3.63
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +2 -2
- data/_sass/core/footer.scss +8 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05bb57f1125914ba0df817c58bd26c995f2a8e5c
|
4
|
+
data.tar.gz: 1cdef0b5ea84e30926735cb17664ff577c9037d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3338a766730416be3fd171039cc91f31abe4585fcf4217ced5821f0a0e06a76976763b9136c2f0698879a12bcee9147b3784a2dc156c07e181c1a4c234aecabe
|
7
|
+
data.tar.gz: 13d123e9cbc787004a8323f442c4076caf9a56b4e4c3819615db6d0892067f1142fd1c16931ab23efa407dcadaa0da82c7349a53a7bdc597fb50807919f6b2ef
|
data/_includes/footer.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
</div>
|
23
23
|
|
24
24
|
<div class="row footer-strip">
|
25
|
-
<div class="container">
|
25
|
+
<div class="container no-padding">
|
26
26
|
<div class="col-md-6 company-footer-bottom">
|
27
27
|
<a href="{{site.data.linaro.url}}"><img src="{% asset_path '{{site.data.settings.linaro-footer-image}}' %}" class="linaro-logo" alt="Linaro Icon" /></a>
|
28
28
|
Copyright © {{ 'now' | date: "%Y" }} Linaro Limited <a href="{{site.data.linaro.url}}">{{site.data.linaro.name}}</a>
|
@@ -31,7 +31,7 @@
|
|
31
31
|
<a href="{{link.url}}">{{link.name}}</a>
|
32
32
|
{% endfor %}
|
33
33
|
</div>
|
34
|
-
<div class="col-md-6 social-footer-bottom text-right">
|
34
|
+
<div class="col-md-6 social-footer-bottom text-right no-padding">
|
35
35
|
{% if site.data.settings.social-media %}
|
36
36
|
<a href="http://facebook.com/{{site.data.settings.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a> {% endif %} {% if site.data.settings.github_username %}
|
37
37
|
<a href="https://github.com/{{site.data.settings.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a> {% endif %} {% if site.data.settings.google_plus_username %}
|
data/_sass/core/footer.scss
CHANGED
@@ -42,7 +42,15 @@ footer {
|
|
42
42
|
padding:20px;
|
43
43
|
font-size: 16px;
|
44
44
|
}
|
45
|
+
a.btn.btn-social-icon {
|
46
|
+
margin-right: 0;
|
47
|
+
padding-right: 0;
|
48
|
+
}
|
45
49
|
|
50
|
+
a.btn.btn-social-icon i {
|
51
|
+
margin-right: 0;
|
52
|
+
}
|
53
|
+
|
46
54
|
footer a{
|
47
55
|
color: $footer-text-color;
|
48
56
|
font-size: 14px;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jumbo-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.3.
|
4
|
+
version: 1.4.3.63
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -561,7 +561,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
561
561
|
requirements:
|
562
562
|
- - ">="
|
563
563
|
- !ruby/object:Gem::Version
|
564
|
-
version: 2.
|
564
|
+
version: '2.3'
|
565
565
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
566
566
|
requirements:
|
567
567
|
- - ">="
|