jumbo-jekyll-theme 4.3.4 → 4.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/display-blog-posts.html +0 -6
- data/_sass/core/blog.scss +3 -0
- 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: 56b3250904746bfc0534064fa73fefb2bad243be473cd3031d6f5d7fd849236e
|
4
|
+
data.tar.gz: c207cd085ce0b473a6b74150d6369a93046826db01239ce6e301c98404133294
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 595b3961c953fcb6428192d41a308a951700eb64882ef6235e76f95bdc75c2b1daca679dafb99ee2fc0d5e1b52cae7f7636ac5f38995e9e5a0e0ef20fc438bf7
|
7
|
+
data.tar.gz: 2019afd79a00d65215b09632f1f3f235ebd489ad71f9a3a90c72bc8aa048fc30936cead5ec5ee9e36b63e9ea39322333b3595b1e751af441917df9dc05ae8cd7
|
@@ -64,9 +64,6 @@
|
|
64
64
|
{{ post.content | strip_html | truncatewords:30 }}
|
65
65
|
{% endif %}
|
66
66
|
</p>
|
67
|
-
{% if post_in_seconds > recent_posts %}
|
68
|
-
<span class="new-post" title="Post added in the last week.">New</span>
|
69
|
-
{% endif %}
|
70
67
|
<a href="{{post.url}}" class="btn btn-primary">
|
71
68
|
Read Post
|
72
69
|
</a>
|
@@ -133,9 +130,6 @@
|
|
133
130
|
{% include read_time.html content=post.content %}
|
134
131
|
{% endif %}
|
135
132
|
<h3>{{ post.title}}</h3>
|
136
|
-
{% if post_in_seconds > recent_posts %}
|
137
|
-
<span class="new-post" title="Post added in the last week.">New</span>
|
138
|
-
{% endif %}
|
139
133
|
<br />
|
140
134
|
<p class="post_excerpt">
|
141
135
|
{{ post.content | strip_html | truncatewords:30 }}
|
data/_sass/core/blog.scss
CHANGED