jumbo-jekyll-theme 3.3.5 → 3.3.6
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 +5 -1
- 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: 0b8e278f8e0c08edf8b012fe140bcf0586c870a50d3b6cf8dc1fb709f43b25a1
|
4
|
+
data.tar.gz: 0a473f75856d58915474a824f88828ef30f05a04e104aa91c9b36cbaaf5bd73b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad4bad0c1c3c08258f65afe9ae0aa09807e0b476fe2551f056b14276db63efc400e3740f9dcdd75f8a1b6780aa07292b7098e85d4a46dddcbce7b75fa39e2046
|
7
|
+
data.tar.gz: '06585d6f35310808ac07a01e5dab7642a95fd781744721aa479ee21544522ee6c4f815f8a60d9f8b7486bcc646a868506c7015283536a754a70b684d591cc0e0'
|
@@ -67,7 +67,11 @@
|
|
67
67
|
|
68
68
|
<div class="col-md-8 col-sm-8 col-xs-8 post_title no-padding">
|
69
69
|
<a href="{{post.url}}"><h3>{{ post.title}}</h3></a>
|
70
|
-
|
70
|
+
|
71
|
+
{% assign author = site.authors | where: "username", post.author | first %}
|
72
|
+
|
73
|
+
Posted by <a href="{{author.url}}"><strong>{% if author.name %}{{author.name}}{% else %}{{post.author}}{% endif %}</strong></a>
|
74
|
+
on <em>{{ post.date | date: "%A, %B %-d, %Y"}}</em>
|
71
75
|
{% if post_in_seconds > recent_posts %}
|
72
76
|
<span class="new-post" title="Post added in the last week.">New</span>
|
73
77
|
{% endif %}
|