linaro-jekyll-theme 0.10.28 → 0.10.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_layouts/post.html +0 -17
- 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: d50e7470555a7c31a806c2c24bca7573deac6949
|
4
|
+
data.tar.gz: e4cda6d3c7cabec628870632b850b7e0ae2ade9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 454b9abf3f58f56ad2e773b61b8073f2b01c54bbeb7af83b6b38adaed8844af817f30fd195407d18715cc66c3621bd2b6ea1f8187a26606e4f7e15eee81e84f8
|
7
|
+
data.tar.gz: 8d083b33a481ce1a8617b587bc5f0776edf5b4a5fdbf6f2ac5715c71a5f1059f09101e6d43d21cb694a9a3ddde5044f4d0e3f2d34e067aeef3f283b3f87eace9
|
data/_layouts/post.html
CHANGED
@@ -123,23 +123,6 @@ layout: empty
|
|
123
123
|
<div class="panel-view-more text-right"><a href="/blog/">View Blogs</a></div>
|
124
124
|
</div>
|
125
125
|
</div>
|
126
|
-
|
127
|
-
<div class="panel panel-default">
|
128
|
-
<div class="panel-heading">
|
129
|
-
<h3 class="panel-title">Follow Us</h3>
|
130
|
-
<i class="glyphicon glyphicon-thumbs-up pull-right" style="margin-top:-15px;"></i>
|
131
|
-
</div>
|
132
|
-
<div class="panel-body">
|
133
|
-
<a href="http://facebook.com/{{site.facebook_username}}" class="blog-icons"><i class="icon-facebook"></i></a>
|
134
|
-
<a href="https://github.com/{{site.github_username}}" class="blog-icons"><i class="icon-github-circled"></i></a>
|
135
|
-
<a href="https://plus.google.com/{{site.google_plus_username}}/posts" class="blog-icons"><i class="icon-gplus"></i></a>
|
136
|
-
<a href="https://www.linkedin.com/company/{{site.linkedin_username}}" class="blog-icons"><i class="icon-linkedin"></i></a>
|
137
|
-
<a href="https://twitter.com/{{site.twitter_username}}" class="blog-icons"><i class="icon-twitter"></i></a>
|
138
|
-
<a href="https://www.youtube.com/{{site.youtube_username}}" class="blog-icons"><i class="icon-youtube"></i></a>
|
139
|
-
</div>
|
140
|
-
</div>
|
141
|
-
|
142
|
-
|
143
126
|
</div>
|
144
127
|
|
145
128
|
</div>
|