jumbo-jekyll-theme 1.5.2 → 1.5.3
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 +1 -1
- 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: 69e9911ab6f92ffa6e3b4e89aeb638c373b9e468
|
4
|
+
data.tar.gz: b17475aa86209258caa26d511beaf22a40fd633d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 975cd1d4b7af7b81766042c6d78ca43bafbd5b78fc3bebce2d200470f9f32536552d2234196b0a14d2f5792df3fee479b0447869679cc6715f5926bd69500505
|
7
|
+
data.tar.gz: 32354fc4a33a6dbc43e66fdb19fd47dbe4d5a18c376c72f3e4501d4cd11461ce03a62679f0028110ef63a53132a026bff96332b6e5fbe5b9f3322e80b74c4ab4
|
data/_layouts/post.html
CHANGED
@@ -101,7 +101,7 @@ css-package: blog
|
|
101
101
|
<em>{% if author.name %}{{author.name}}{% else %}{{page.author}}{% endif %}</em>
|
102
102
|
{% else %}
|
103
103
|
By
|
104
|
-
<a href="{{author
|
104
|
+
<a href="{{author-url}}">
|
105
105
|
<em>{% if author.name %}{{author.name}}{% else %}{{page.author}}{% endif %}</em>
|
106
106
|
</a>
|
107
107
|
{% endif %}
|