linaro-jekyll-theme 0.10.19 → 0.10.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/_theme-includes/_footer/footer.html +7 -7
- 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: 5e5abaa1723764bff85a5f2b71e17c79ce8cc5b0
|
4
|
+
data.tar.gz: bcfa5302fce02ea0076bf1ac64469c48212fb3f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d21f9f4b08b78eda7dd965d4b2e1bc573310996bad45b3b9c5c558649400f60b4e1f41d1a981d451d60896a586f1b5d4ec67065410b0b7a18567fca57f2befb
|
7
|
+
data.tar.gz: 8d085ada1ca61da71938b889f85adba8a098e0c067189b174b475638e258aa3810f39044710db15b37d8046b8205e95fa88ddbff46d184e368fb080ac1baa864
|
@@ -63,24 +63,24 @@
|
|
63
63
|
<span class="coloured-bp">•</span> <a href="{{companypage.url}}">{{companypage.name}}</a>
|
64
64
|
{% endfor %}
|
65
65
|
</div>
|
66
|
-
<div class="col-md-6 social-footer-bottom">
|
66
|
+
<div class="col-md-6 social-footer-bottom text-right">
|
67
67
|
{% if site.data.company.facebook_username %}
|
68
|
-
<a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon
|
68
|
+
<a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon"><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
|
71
|
+
<a href="https://github.com/{{site.data.company.github_username}}" class="btn btn-social-icon"><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
|
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>
|
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
|
77
|
+
<a href="https://www.linkedin.com/company/{{site.data.company.linkedin_username}}" class="btn btn-social-icon"><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
|
80
|
+
<a href="https://twitter.com/{{site.data.company.twitter_username}}" class="btn btn-social-icon"><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
|
83
|
+
<a href="https://www.youtube.com/{{site.data.company.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
|
84
84
|
{% endif %}
|
85
85
|
</div>
|
86
86
|
<div style="clear:both;"></div>
|