jumbo-jekyll-theme 3.0.45 → 3.0.46
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: 95ca26010b01ad0fec0bb9ee760702784f6fd732415af4a5f4914399c552b6b1
|
4
|
+
data.tar.gz: 05bbfc9765c4f4b9b323f5a6954110250cb29f6beab50b8186b7d13d58d323ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df83e1115635dce37c9a724a759e5d3fbb447c932287eade89f7178d95e7d89cffd9561610a198368c3d0e0a765159733acf5f24081c826d6bd0704ea562291a
|
7
|
+
data.tar.gz: cedac88d713d7cbe643254f93c54de838d12a5d550c7c18dbf72700ad9d66f733b443f72ae28c605eade5b50847f094c2695e6968eaa0fc1965dbdb64bb12380
|
data/_includes/post-sidebar.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
<div class="col-md-3 col-sm-3 col-xs-3 no-padding">
|
14
14
|
{% if post.image.thumb %}
|
15
15
|
{% capture image_path %}{{site.blog_images_dir}}{{post.image.thumb}}{% endcapture %}
|
16
|
-
{% capture full_path %}/{{site.blog_images_dir}}
|
16
|
+
{% capture full_path %}/{{site.blog_images_dir}}{{post.image.thumb}}{% endcapture %}
|
17
17
|
{% responsive_image_block %}
|
18
18
|
template: _includes/thumb.html
|
19
19
|
path: {{ image_path }}
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<div class="col-md-3 col-sm-3 col-xs-3 no-padding">
|
58
58
|
{% if post.image.thumb %}
|
59
59
|
{% capture image_path %}{{site.blog_images_dir}}{{post.image.thumb}}{% endcapture %}
|
60
|
-
{% capture full_path %}/{{site.blog_images_dir}}
|
60
|
+
{% capture full_path %}/{{site.blog_images_dir}}{{post.image.thumb}}{% endcapture %}
|
61
61
|
{% responsive_image_block %}
|
62
62
|
template: _includes/thumb.html
|
63
63
|
path: {{ image_path }}
|