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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/post-sidebar.html +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 526ca4abba079a375436bf7c90aec927ff5a033816d3c072ad3103bb2bd841ac
4
- data.tar.gz: aef67eb1d15a8b193427687c1ef676886c0e681c07c60529d90935908c0c4815
3
+ metadata.gz: 95ca26010b01ad0fec0bb9ee760702784f6fd732415af4a5f4914399c552b6b1
4
+ data.tar.gz: 05bbfc9765c4f4b9b323f5a6954110250cb29f6beab50b8186b7d13d58d323ca
5
5
  SHA512:
6
- metadata.gz: 20542e9ed44ccacb026fc5e3d15e3bae9a7768c6563f0b43ea5793b9b5f7029952029fece25de1ba1ae66daf13ee767f6c7a46e1fe918cb05a7069080b6e71eb
7
- data.tar.gz: b347f455da0df0c5e65ba52bb59d75be597f36126ad0f3dfd037fd02badc59555b5454600bb4d62ee7a97b04206287571b66206cc596d5a336b724f64c84efb1
6
+ metadata.gz: df83e1115635dce37c9a724a759e5d3fbb447c932287eade89f7178d95e7d89cffd9561610a198368c3d0e0a765159733acf5f24081c826d6bd0704ea562291a
7
+ data.tar.gz: cedac88d713d7cbe643254f93c54de838d12a5d550c7c18dbf72700ad9d66f733b443f72ae28c605eade5b50847f094c2695e6968eaa0fc1965dbdb64bb12380
@@ -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}}thumbs/{{post.image.thumb}}{% endcapture %}
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}}thumbs/{{post.image.thumb}}{% endcapture %}
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 }}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.45
4
+ version: 3.0.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby