jumbo-jekyll-theme 2.0.0 → 2.0.1
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 +2 -2
- data/_sass/core/nav.scss +1 -1
- data/_sass/core/universal-nav.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8776d49a0e0e5663409380a3cb2535eca2b4eddb
|
4
|
+
data.tar.gz: d057c3571959c7baf1cfc390d1dd6d1912885f0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1ac350a0da7e37c45ed96bcebee2f38f8c248a330a9834d5d6e7b71b696ecc856ae575d3a43d3e49c37150ab0e29b95cc9dfdc6ce7ca14b2505176686668c77
|
7
|
+
data.tar.gz: ed5f4f1cb2cf65e5f8d7b9d29f3453b6ffb1105e1948b0d29faa80787c6e27e34c2b2bcb8e804ebdfc1433c87be685beb6d473be848a402a2f512d7b58494bc7
|
data/_layouts/post.html
CHANGED
@@ -50,10 +50,10 @@ css-package: blog
|
|
50
50
|
|
51
51
|
{% if page.co-author %}
|
52
52
|
{% if site.authors %}
|
53
|
-
{% assign co-author = site.authors | where: "username", page.author | first %}
|
53
|
+
{% assign co-author = site.authors | where: "username", page.co-author | first %}
|
54
54
|
{% assign co-author-url = co-author.url %}
|
55
55
|
{% elsif site.data.authors %}
|
56
|
-
{% assign co-author = site.data.authors | where: "username", page.author | first %}
|
56
|
+
{% assign co-author = site.data.authors | where: "username", page.co-author | first %}
|
57
57
|
{% assign co-author-url = "#" %}
|
58
58
|
{% endif %}
|
59
59
|
<a href="{{co-author-url}}">
|
data/_sass/core/nav.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jumbo-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|