jumbo-jekyll-theme 1.5.1 → 1.5.2
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 +3 -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: dbee20525e2ccdfd67886bdc2116d03f777818c5
|
4
|
+
data.tar.gz: b4df0994e1b4819abfd8c0beb61d8eea719d9d2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c9fe72b881367cf60f955ed099af815762ed8128b2091b427f8ebd8c2900474661489e0a6b97b2c452469cbf42ef600d9289fb5d3d63abb3d1dafff9cc6939c
|
7
|
+
data.tar.gz: 5d3592fe9c12b2be8a7457616ee6078f6e59004cb2d1fabb2d510257a8426453e6342c9bd1a3ced37ec390e3942e5929611ebfef75a78d2ee729e32acc0cef05
|
data/_layouts/post.html
CHANGED
@@ -64,6 +64,7 @@ css-package: blog
|
|
64
64
|
{% assign co-author-url = co-author.url %}
|
65
65
|
{% elsif site.data.authors %}
|
66
66
|
{% assign co-author = site.data.authors | where: "username", page.author | first %}
|
67
|
+
{% assign co-author-url = "#" %}
|
67
68
|
{% endif %}
|
68
69
|
<a href="{{co-author-url}}">
|
69
70
|
<img class="blog-author-image" style="
|
@@ -137,7 +138,7 @@ css-package: blog
|
|
137
138
|
{% assign author = author[0] %}
|
138
139
|
<em> By
|
139
140
|
{% if author %}
|
140
|
-
<a href="{{author
|
141
|
+
<a href="{{author-url}}">
|
141
142
|
<strong>
|
142
143
|
{{author.name}}
|
143
144
|
</strong>
|
@@ -215,7 +216,7 @@ css-package: blog
|
|
215
216
|
{% assign author = author[0] %}
|
216
217
|
<em> By
|
217
218
|
{% if author %}
|
218
|
-
<a href="{{author
|
219
|
+
<a href="{{author-url}}">
|
219
220
|
<strong>
|
220
221
|
{{author.name}}
|
221
222
|
</strong>
|