jumbo-jekyll-theme 1.4.3.17 → 1.4.3.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/post.html +7 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3124b17c4fa3299616dbf7141ca384ceb4c654e
4
- data.tar.gz: 165ff3d085f9ab20870015ebbcfb8e006132b89d
3
+ metadata.gz: 6bba6f037479cb7a64299d96363d09ece28fee47
4
+ data.tar.gz: 7bc6229087cd5a1f45f7e8b7d53bdcefcaead515
5
5
  SHA512:
6
- metadata.gz: c4442a9248c09f470762ca8e0287c5b5596866234eb9ba2e149c799b24aa7ef6a6dff9f003634c0f33dd79f20d2505ca49fc1dd2b2bb53801ba2fa54312bf57c
7
- data.tar.gz: 98a3fb75711429d61ef48478bd055a66b7fde146e565e9db2b7ef64ecb55c21e4b30bddceb402a79884bd93596f80b1062db0fd66693c36695251f5c9df6ba46
6
+ metadata.gz: 44dc7be0d4bf7e433d67df84e150448871fb8b432e35c7d8fd67606e55d3e1247f3831b5c1f53f1e50ea653509da72d3c2d74197fba4ad65f23883d43b74f1a3
7
+ data.tar.gz: b8264325dac27fcce65a6069361b2ccaa2b5753f9595a54dbd126be3ba152529b7ed77720403ed2cb7523fdff45b2b57a23351d0617a39d00ed4ae80b20dba96
data/_layouts/post.html CHANGED
@@ -89,16 +89,21 @@ css-package: blog
89
89
  <a href="{{co-author-url}}">
90
90
  <em>{% if co-author.name %}{{co-author.name}}{% else %}{{page.co-author}}{% endif %}</em>
91
91
  </a>
92
- {% endfi %}
92
+ {% endif %}
93
93
  </small>
94
94
  <br />
95
95
  {% else %}
96
96
  <br />
97
97
  <small class="blog-author text-center">
98
- By
98
+ {% if using-data-file %}
99
+ By
100
+ <em>{% if author.name %}{{author.name}}{% else %}{{page.author}}{% endif %}</em>
101
+ {% else %}
102
+ By
99
103
  <a href="{{author.url}}">
100
104
  <em>{% if author.name %}{{author.name}}{% else %}{{page.author}}{% endif %}</em>
101
105
  </a>
106
+ {% endif %}
102
107
  </small>
103
108
  <br />
104
109
  {% 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: 1.4.3.17
4
+ version: 1.4.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby