jumbo-jekyll-theme 3.0.47 → 3.0.48

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 +8 -9
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb2475ab10485d9e12f5225a5bb688950ce6422762531bf9355652fb29646af7
4
- data.tar.gz: 7a6534a0605cc01a66ca23c028be9d8313ee3c140ef5b040cc130ed560af6600
3
+ metadata.gz: 9c8fa693a9778c9cca6134b76b46880e1c3dfddbf33d1df1f641be39ae49926e
4
+ data.tar.gz: abfcf00ff3c71332c8a0e46c45af57a75e6ca4c23e49c05dc793394f3476d0e2
5
5
  SHA512:
6
- metadata.gz: 0a4988bf65167e9b2d03f97514870a646b2ae58ec3039e99021b4c89eaf69e345c74be5337e66920f03794444f160b6c5a208bd61c59085c7089e461f4ac2601
7
- data.tar.gz: 027d24897e968806fcbffa67caa571e1a48adc5007e98869fae8322e35d18f7ec1c4338863d74a11d0ea463f9effbdb589246060214464a922529a0cc7a4aec5
6
+ metadata.gz: 3f55a5f2e41224e7c70919c1c99770920b073f963ab86686f9990e8148bb9dad7ab822226e05a830a00e83dfe182e54877096985c5b0178934e7269e5737cf50
7
+ data.tar.gz: fb7ac39d1a19724927839c4f3a537e06d77cca65add7a909081db6468fc5dbc8a04dbcfe4c985267cc1172368db98c1fa8a98cef626897b15d7c040d860b23e9
@@ -1,4 +1,3 @@
1
-
2
1
  {% comment %}
3
2
  Recent Posts Displayed here.
4
3
  {% endcomment %}
@@ -19,8 +18,8 @@
19
18
  path: {{ image_path }}
20
19
  fullpath: {{ full_path }}
21
20
  {% if post.title %}
22
- title: {{ post.title }}
23
- alt: {{ post.title }}
21
+ title: {{ post.title | slugify: "ascii}}
22
+ alt: {{ post.title | slugify: "ascii}}
24
23
  {% endif %}
25
24
  {% endresponsive_image_block %}
26
25
  {% elsif post.image.name %}
@@ -31,8 +30,8 @@
31
30
  path: {{ image_path }}
32
31
  fullpath: {{ full_path }}
33
32
  {% if post.title %}
34
- title: {{ post.title }}
35
- alt: {{ post.title }}
33
+ title: {{ post.title | slugify: "ascii}}
34
+ alt: {{ post.title | slugify: "ascii}}
36
35
  {% endif %}
37
36
  {% endresponsive_image_block %}
38
37
  {% else %}
@@ -72,8 +71,8 @@
72
71
  path: {{ image_path }}
73
72
  fullpath: {{ full_path }}
74
73
  {% if post.title %}
75
- title: {{ post.title }}
76
- alt: {{ post.title }}
74
+ title: {{ post.title | slugify: "ascii}}
75
+ alt: {{ post.title | slugify: "ascii}}
77
76
  {% endif %}
78
77
  {% endresponsive_image_block %}
79
78
  {% elsif post.image.name %}
@@ -84,8 +83,8 @@
84
83
  path: {{ image_path }}
85
84
  fullpath: {{ full_path }}
86
85
  {% if post.title %}
87
- title: {{ post.title }}
88
- alt: {{ post.title }}
86
+ title: {{ post.title | slugify: "ascii}}
87
+ alt: {{ post.title | slugify: "ascii}}
89
88
  {% endif %}
90
89
  {% endresponsive_image_block %}
91
90
  {% else %}
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.47
4
+ version: 3.0.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby