linaro-jekyll-theme 0.10.12 → 0.10.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/blog-breadcrumbless.html +1 -15
- 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: a15ceee1b4b33adf87e50febf833ca60007a3cdc
|
4
|
+
data.tar.gz: b92b2ac7de6431208b4bb91e6b0392a68c624a4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2261cf7c47670ab9c38b3078bdc60c08ce8b36b81891c96ef3ae8b03328c5f66812245a39104e05d2f30bc9793a716586b517f4c657376865ed4f4ec563f5f2
|
7
|
+
data.tar.gz: 7a6e26279c2f25fe7a76ed1688dead6523019c7d723eca5d3bc9fc76878013086257b22cd30d341545ce574e18c34397871ff8c6353e36cb292c755488ec5845
|
@@ -7,20 +7,6 @@ specific_css: /assets/css/blog-pages.css
|
|
7
7
|
{{content}}
|
8
8
|
</div>
|
9
9
|
<div class="col-md-3">
|
10
|
-
<div class="panel panel-default blog-panel">
|
11
|
-
<div class="panel-heading">
|
12
|
-
<h3 class="panel-title">Follow Us</h3>
|
13
|
-
</div>
|
14
|
-
<div class="panel-body">
|
15
|
-
<a href="http://facebook.com/{{site.facebook_username}}" class="blog-icons"><i class="icon-facebook"></i></a>
|
16
|
-
<a href="https://github.com/{{site.github_username}}" class="blog-icons"><i class="icon-github-circled"></i></a>
|
17
|
-
<a href="https://plus.google.com/{{site.google_plus_username}}/posts" class="blog-icons"><i class="icon-gplus"></i></a>
|
18
|
-
<a href="https://www.linkedin.com/company/{{site.linkedin_username}}" class="blog-icons"><i class="icon-linkedin"></i></a>
|
19
|
-
<a href="https://twitter.com/{{site.twitter_username}}" class="blog-icons"><i class="icon-twitter"></i></a>
|
20
|
-
<a href="https://www.youtube.com/{{site.youtube_username}}" class="blog-icons"><i class="icon-youtube"></i></a>
|
21
|
-
</div>
|
22
|
-
|
23
|
-
</div>
|
24
10
|
<div class="panel panel-default blog-panel">
|
25
11
|
<div class="panel-heading">
|
26
12
|
<h3 class="panel-title">Recent Blogs</h3>
|
@@ -34,7 +20,7 @@ specific_css: /assets/css/blog-pages.css
|
|
34
20
|
{% if blog.image %}
|
35
21
|
data-src="/assets/{{blog.image}}"
|
36
22
|
{% else %}
|
37
|
-
data-src="/assets/images/
|
23
|
+
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder.png{% endif %}"
|
38
24
|
{% endif %}
|
39
25
|
alt="{{blog.title}}" class="img-responsive lazyload"/>
|
40
26
|
</div>
|