jekyll-theme-backwhite 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{LICENSE.txt → LICENSE} +0 -0
- data/_includes/back.html +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80f454355d69c65e7e09d7f0a99a4a6331f9d696b4ecb34f582963fb1ebccd2f
|
4
|
+
data.tar.gz: 179a06daf856002804bef8a961639270969cfb9d5f3b8c3e218861b681052619
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7656b58896fa7a5d1788f357b91b13638e4ca5532ac209956df10a45e271e5ea79e539c7cb24befc4c4faef8daf81602fa55d09974d9bcc4ca19f316e5ea5b3a
|
7
|
+
data.tar.gz: d1db2ebe839533e5686f8948ebea6a1b8b7e2ba7966939b6fdc0c640a14d4b3e9a1608468cc4695482d644978e42f6a74deb9627abbe136c37546b5147ad6bc1
|
data/{LICENSE.txt → LICENSE}
RENAMED
File without changes
|
data/_includes/back.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<button class="bw-action bw-show-on-mobile bw-close">
|
6
6
|
<span class="fas fa-chevron-left"></span>
|
7
7
|
</button>
|
8
|
-
<a href="{{ site.url }}" class="bw-title bw-mega">{{ site.title }}</a>
|
8
|
+
<a href="{{ site.url }}/{{ site.base_url }}" class="bw-title bw-mega">{{ site.title }}</a>
|
9
9
|
</div>
|
10
10
|
|
11
11
|
<!-- Links Table -->
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-backwhite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- andydevs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05-
|
11
|
+
date: 2020-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -59,7 +59,7 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
- LICENSE
|
62
|
+
- LICENSE
|
63
63
|
- README.md
|
64
64
|
- _config.yml
|
65
65
|
- _includes/back.html
|