jumbo-jekyll-theme 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/post.html +3 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 737fc26614548fc6c147c9bc5dd5e5549fc44860
4
- data.tar.gz: 7f85452bff5359699eec72c305088115b6a40914
3
+ metadata.gz: dbee20525e2ccdfd67886bdc2116d03f777818c5
4
+ data.tar.gz: b4df0994e1b4819abfd8c0beb61d8eea719d9d2d
5
5
  SHA512:
6
- metadata.gz: 3c8a8bd17fafb93d5e3d7f80ca2dcf7a64b31e909830c2aa4c59859565043801b8c4ed8100b107ae9d533f04690f62dbd3116d28fe69902c2d68d3d97af4cef5
7
- data.tar.gz: dc7828547226c59157d1fccd79a6838d1a22ef9ab6bfb24e94f331d555eb432a83b1b267b9b9a1248285cf08676160066852136ef54a254f38c31166145875d9
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.url}}">
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.url}}">
219
+ <a href="{{author-url}}">
219
220
  <strong>
220
221
  {{author.name}}
221
222
  </strong>
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.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby