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.
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: 55cfda7b2ae8f3e45c3d33d0458b32002644d8b3e932e8de33a2e9fc005c7d0c
4
- data.tar.gz: 2d3f2d75f9fda7b54a37b95afadbc2c20fdd8b9f4d1a7eda152134cf842d0bb8
3
+ metadata.gz: 526ca4abba079a375436bf7c90aec927ff5a033816d3c072ad3103bb2bd841ac
4
+ data.tar.gz: aef67eb1d15a8b193427687c1ef676886c0e681c07c60529d90935908c0c4815
5
5
  SHA512:
6
- metadata.gz: cf54cba173f6f8af51888ac47e5515404f1bf816e96cbb3d2571bd93c1e9879d398a75a91881d560df0e9df5c896e2fd323d9ee890073a0ad0f652ccf44c7fa3
7
- data.tar.gz: 77800ef1566e18b2268904032717ef95c2fc2384bc0b98552eebe18276adb7ea0723487e666a99dc1dedb0d95b8fe3b6b876f4ca63c5ec0bf6a31d980985c168
6
+ metadata.gz: 20542e9ed44ccacb026fc5e3d15e3bae9a7768c6563f0b43ea5793b9b5f7029952029fece25de1ba1ae66daf13ee767f6c7a46e1fe918cb05a7069080b6e71eb
7
+ data.tar.gz: b347f455da0df0c5e65ba52bb59d75be597f36126ad0f3dfd037fd02badc59555b5454600bb4d62ee7a97b04206287571b66206cc596d5a336b724f64c84efb1
@@ -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 %}assets/images/content/{{post.image.thumb}}{% endcapture %}
16
- {% capture full_path %}/assets/images/content/thumbs/{{post.image.thumb}}{% endcapture %}
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 }}
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.44
4
+ version: 3.0.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby