linaro-jekyll-theme 0.10.86 → 0.10.87
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/post.html +38 -33
- 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: c25b0767cc72ce2d2a4cf12bd592f48645032862
|
4
|
+
data.tar.gz: c4f9ead638d67b2c327a2c9bfeca53bc73025b76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5464ed11a10a47c8c47c687977fdba080609fbd7926e524c93bcfd86c9c40e7ad18af531261afb0be5974710486412ecfaedccf71267bd72047f59f07b161d64
|
7
|
+
data.tar.gz: c1c8772fd9633e59fee23a01786684af8056b790f12ce60f413686e9273c24915d13ed08551bf97deabb3d26414a038246ffb76ad813c176d72ba7f21069cc2d
|
data/_layouts/post.html
CHANGED
@@ -6,28 +6,28 @@ css-pack: blog
|
|
6
6
|
layout: empty
|
7
7
|
---
|
8
8
|
<div class="container-fluid">
|
9
|
-
{% if page.
|
10
|
-
<div class="row" class="blog-featured-img" style="background-color: white;">
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
9
|
+
{% if page.showcase_image %}
|
10
|
+
<div class="row" class="blog-featured-img" style="background-color: white;">
|
11
|
+
<div class="img-blog" style="background: linear-gradient(
|
12
|
+
rgba(20,20,20, .5),
|
13
|
+
rgba(20,20,20, .5)),
|
14
|
+
url('{% asset_path '{{page.featured_image}}' %}') no-repeat center center fixed;
|
15
|
+
background-size: cover;
|
16
|
+
-webkit-background-size: cover;
|
17
|
+
-moz-background-size: cover;
|
18
|
+
-o-background-size: cover;">
|
19
|
+
<div class="blog-full-page-image-info">
|
20
|
+
<h1 class="blog-title text-center">{{page.title}}</h1>
|
21
|
+
{% if page.author %}
|
22
|
+
{% assign author_object = site.data.authors.entries | where: "shortname", "page.author" %}
|
23
|
+
<img class="blog-author-image" src="
|
24
|
+
{% if author_object.avatar %}{{author_object.avatar}}{% else %}/assets/images/avatar-placeholder.png{% endif %}" /><br />
|
25
|
+
<small class="blog-author text-center">By <em>{% if author_object.name %}{{author_object.name}}{% else %}{{page.author}}{% endif %}</em></small><br />
|
26
|
+
{% endif %}
|
27
|
+
{% if page.date %}<small class="blog-date text-center"><em>{{page.date | date: "%A, %B %-d, %Y"}}</em></small>{% endif %}
|
28
|
+
</div>
|
28
29
|
</div>
|
29
|
-
|
30
|
-
</div>
|
30
|
+
</div>
|
31
31
|
{% endif %}
|
32
32
|
</div>
|
33
33
|
<div class="container-fluid content-container">
|
@@ -37,11 +37,11 @@ layout: empty
|
|
37
37
|
<div class="row">
|
38
38
|
<div class="col-md-9">
|
39
39
|
<article class="post-content">
|
40
|
-
{% if page.
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
40
|
+
{% if page.showcase_image == false %}
|
41
|
+
<div class="post-info">
|
42
|
+
<h1>{{page.title}}</h1>
|
43
|
+
{% if page.date %}<small class="blog-date text-center"><em>Posted on <b>{{page.date | date: "%A, %B %-d, %Y"}}</b></em></small>{% endif %} {% if page.author %}<em> By <b>{{page.author}}</b> </em>{% endif %}
|
44
|
+
</div>
|
45
45
|
{% endif %}
|
46
46
|
{{ content }}
|
47
47
|
</article>
|
@@ -85,10 +85,10 @@ layout: empty
|
|
85
85
|
</div>
|
86
86
|
<div class="col-md-3 col-sm-3 col-xs-3 no-padding">
|
87
87
|
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
88
|
-
{% if recent_post.
|
89
|
-
|
88
|
+
{% if recent_post.featured_image %}
|
89
|
+
data-src="/assets{{recent_post.featured_image}}"
|
90
90
|
{% else %}
|
91
|
-
|
91
|
+
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder.jpg{% endif %}"
|
92
92
|
{% endif %}
|
93
93
|
alt="{{recent_post.title}}" class="img-responsive lazyload"/>
|
94
94
|
</div>
|
@@ -116,11 +116,16 @@ layout: empty
|
|
116
116
|
</div>
|
117
117
|
<div class="col-md-3 col-sm-3 col-xs-3 no-padding">
|
118
118
|
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
119
|
-
{% if
|
120
|
-
|
121
|
-
|
122
|
-
|
119
|
+
{% if site.using_assets == true %}
|
120
|
+
data-src="{% asset_path '{{page.featured_image}}' %}"
|
121
|
+
{% else %}
|
122
|
+
{% if post.featured_image %}
|
123
|
+
data-src="/assets{{post.featured_image}}"
|
124
|
+
{% else %}
|
125
|
+
data-src="{% if site.data.company.placeholder %}{{site.data.company.placeholder}}{% else %}/assets/images/placeholder.jpg{% endif %}"
|
126
|
+
{% endif %}
|
123
127
|
{% endif %}
|
128
|
+
|
124
129
|
alt="{{post.title}}" class="img-responsive lazyload"/>
|
125
130
|
</div>
|
126
131
|
</div>
|