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.
- checksums.yaml +4 -4
- data/_layouts/post.html +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6bba6f037479cb7a64299d96363d09ece28fee47
|
4
|
+
data.tar.gz: 7bc6229087cd5a1f45f7e8b7d53bdcefcaead515
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
{%
|
92
|
+
{% endif %}
|
93
93
|
</small>
|
94
94
|
<br />
|
95
95
|
{% else %}
|
96
96
|
<br />
|
97
97
|
<small class="blog-author text-center">
|
98
|
-
|
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 %}
|