linaro-jekyll-theme 0.10.17 → 0.10.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/company.yml +2 -0
- data/_includes/_theme-includes/_footer/footer.html +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7cd86edd698de4ec85d21e683d7425288a3fc90
|
4
|
+
data.tar.gz: 795d0e68d89fbf260373a0b60b74e1d55f74705d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 549d4996312727ecea4b5489402c118c33ca1c48fda66666f86fd869a1049b8e55bf60884e01699c1e369917be320f695b8750a061d6fb4899db53ed3d386578
|
7
|
+
data.tar.gz: 9551c1c851bdd8fb1e28addeba7deb24fdb68cbc81526ef92f76e0f4e129db5489bcd9482f9b13ee679ce9300d454450ed8c3f43b6ec8b47875b6f82a3253313
|
data/_data/company.yml
CHANGED
@@ -65,22 +65,22 @@
|
|
65
65
|
</div>
|
66
66
|
<div class="col-md-6 social-footer-bottom">
|
67
67
|
{% if site.data.company.facebook_username %}
|
68
|
-
<a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a>
|
68
|
+
<a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon pull-right"><i class="icon-facebook"></i></a>
|
69
69
|
{% endif %}
|
70
70
|
{% if site.data.company.github_username %}
|
71
|
-
<a href="https://github.com/{{site.data.company.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a>
|
71
|
+
<a href="https://github.com/{{site.data.company.github_username}}" class="btn btn-social-icon pull-right"><i class="icon-github-circled"></i></a>
|
72
72
|
{% endif %}
|
73
73
|
{% if site.data.company.google_plus_username %}
|
74
|
-
<a href="https://plus.google.com/{{site.data.company.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a>
|
74
|
+
<a href="https://plus.google.com/{{site.data.company.google_plus_username}}/posts" class="btn btn-social-icon pull-right"><i class="icon-gplus"></i></a>
|
75
75
|
{% endif %}
|
76
76
|
{% if site.data.company.linkedin_username %}
|
77
|
-
<a href="https://www.linkedin.com/company/{{site.data.company.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a>
|
77
|
+
<a href="https://www.linkedin.com/company/{{site.data.company.linkedin_username}}" class="btn btn-social-icon pull-right"><i class="icon-linkedin"></i></a>
|
78
78
|
{% endif %}
|
79
79
|
{% if site.data.company.twitter_username %}
|
80
|
-
<a href="https://twitter.com/{{site.data.company.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a>
|
80
|
+
<a href="https://twitter.com/{{site.data.company.twitter_username}}" class="btn btn-social-icon pull-right"><i class="icon-twitter"></i></a>
|
81
81
|
{% endif %}
|
82
82
|
{% if site.data.company.youtube_username %}
|
83
|
-
<a href="https://www.youtube.com/{{site.data.company.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
|
83
|
+
<a href="https://www.youtube.com/{{site.data.company.youtube_username}}" class="btn btn-social-icon pull-right"><i class="icon-youtube"></i></a>
|
84
84
|
{% endif %}
|
85
85
|
</div>
|
86
86
|
<div style="clear:both;"></div>
|