jumbo-jekyll-theme 3.0.44 → 3.0.45
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/post-sidebar.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 526ca4abba079a375436bf7c90aec927ff5a033816d3c072ad3103bb2bd841ac
|
4
|
+
data.tar.gz: aef67eb1d15a8b193427687c1ef676886c0e681c07c60529d90935908c0c4815
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20542e9ed44ccacb026fc5e3d15e3bae9a7768c6563f0b43ea5793b9b5f7029952029fece25de1ba1ae66daf13ee767f6c7a46e1fe918cb05a7069080b6e71eb
|
7
|
+
data.tar.gz: b347f455da0df0c5e65ba52bb59d75be597f36126ad0f3dfd037fd02badc59555b5454600bb4d62ee7a97b04206287571b66206cc596d5a336b724f64c84efb1
|
data/_includes/post-sidebar.html
CHANGED
@@ -12,8 +12,8 @@
|
|
12
12
|
<div class="row featured_blog_post">
|
13
13
|
<div class="col-md-3 col-sm-3 col-xs-3 no-padding">
|
14
14
|
{% if post.image.thumb %}
|
15
|
-
{% capture image_path %}
|
16
|
-
{% capture full_path %}/
|
15
|
+
{% capture image_path %}{{site.blog_images_dir}}{{post.image.thumb}}{% endcapture %}
|
16
|
+
{% capture full_path %}/{{site.blog_images_dir}}thumbs/{{post.image.thumb}}{% endcapture %}
|
17
17
|
{% responsive_image_block %}
|
18
18
|
template: _includes/thumb.html
|
19
19
|
path: {{ image_path }}
|