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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c9d2fa86dace617db4beb004b4436dd320d841067c4f7aeb187b514f065a23f
4
- data.tar.gz: 00c50c8791736f9b48e0f53254414b17a34646ba16f316221b68b6cd6aaf9dea
3
+ metadata.gz: 0b8e278f8e0c08edf8b012fe140bcf0586c870a50d3b6cf8dc1fb709f43b25a1
4
+ data.tar.gz: 0a473f75856d58915474a824f88828ef30f05a04e104aa91c9b36cbaaf5bd73b
5
5
  SHA512:
6
- metadata.gz: c6ac279abd18db61dcae93a26a3453cc88ea8efbfffe277bb9b3306778d5bff93bed3ede86ac3ddafedc21b64cb00bf771ed1a06a1dc8a72abb07c0fe66dd12f
7
- data.tar.gz: a1acf43d4aa35d079ab90458135e071517c32177e5b68407a928d22eda38464335d40d1e9f6cbc525f18fd75405d33299c1d4eecabe4d6b18c79f8dcee1b4276
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
- <em>{{ post.date | date: "%A, %B %-d, %Y"}}</em>
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 %}
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.3.5
4
+ version: 3.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby