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.
- checksums.yaml +4 -4
- data/_includes/post-sidebar.html +8 -9
- 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: 9c8fa693a9778c9cca6134b76b46880e1c3dfddbf33d1df1f641be39ae49926e
|
4
|
+
data.tar.gz: abfcf00ff3c71332c8a0e46c45af57a75e6ca4c23e49c05dc793394f3476d0e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f55a5f2e41224e7c70919c1c99770920b073f963ab86686f9990e8148bb9dad7ab822226e05a830a00e83dfe182e54877096985c5b0178934e7269e5737cf50
|
7
|
+
data.tar.gz: fb7ac39d1a19724927839c4f3a537e06d77cca65add7a909081db6468fc5dbc8a04dbcfe4c985267cc1172368db98c1fa8a98cef626897b15d7c040d860b23e9
|
data/_includes/post-sidebar.html
CHANGED
@@ -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 %}
|