jekyll-theme-jsblog 1.0.24 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/home.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: 4475bd973c44a49ad1ca2e57b08eb41c2bc84f5728cb48bcd4f4e9cdb47f2ff7
|
4
|
+
data.tar.gz: d635fe9654ef68343122f56ec73b26f780b66049495323689d47f2831cd2d3af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28ee81c147d1faef970ce6cef6ddd7f23568ab0050832d943c544762268823d1629291ae383f799a0a87a07785ea7dffc4a33c4d71550aaf8ff8a96a010971b2
|
7
|
+
data.tar.gz: 35b9d7e423ddacf79aff64cafe72d6df2fc9b3c5e38afadd5e728d08de7c8594c64615cf3b89177dc6b4fba0aaa6c81c980adf6d66b5a8dcb93d4908f173226c
|
data/_layouts/home.html
CHANGED
@@ -34,11 +34,11 @@ layout: default
|
|
34
34
|
<div class="post-content">
|
35
35
|
{{ post.excerpt }}
|
36
36
|
</div>
|
37
|
-
{% if post.content contains site.excerpt_separator %}
|
37
|
+
<!-- {% if post.content contains site.excerpt_separator %}
|
38
38
|
<p class="post-continue">
|
39
39
|
<a href="{{ post.url | relative_url }}">Read on →</a>
|
40
40
|
</p>
|
41
|
-
{% endif %}
|
41
|
+
{% endif %} -->
|
42
42
|
</article>
|
43
43
|
{% endfor %}
|
44
44
|
</div>
|