jekyll-theme-yat 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_layouts/post.html +3 -3
- data/_sass/yat/_base.scss +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e681401f81b122a16cf17612a96244c85e60faa2724033d450558dc5ea0da91
|
4
|
+
data.tar.gz: b1f56bf69dd3a56dbe768f40f0d0bfd672129531d6e11e70ed35576a701fa5b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9481a2e209c78103584a927c7ddc4c1709bdc0c450eaa9ca9bdd001cd3d86bf3937934c36e91a18afae36695958e3e4d53c2851633f2e3a9c910641a31eda02e
|
7
|
+
data.tar.gz: fc79d0d8ef27aa8ee594147a11940e77ab16857a53402f403175f8b8a244030978a5e00cd5651a52a1d3a1d737bfa45e57936e2d23f9881e95d17e00cc0d9cf5
|
data/README.md
CHANGED
@@ -14,7 +14,7 @@ Hey, nice to meet you, you found this Jekyll theme. Here the yet another theme i
|
|
14
14
|
|
15
15
|
<p align="center">
|
16
16
|
|
17
|
-
<img src="https://user-images.githubusercontent.com/9413601/
|
17
|
+
<img src="https://user-images.githubusercontent.com/9413601/91842897-6a840b00-ec87-11ea-95ca-52abcc1ac063.png" alt="demo-screenshot" width="780px"/>
|
18
18
|
|
19
19
|
</p>
|
20
20
|
|
data/_layouts/post.html
CHANGED
@@ -29,14 +29,14 @@ sidebar:
|
|
29
29
|
{%- if result.size == 0 -%}
|
30
30
|
<div class="post-nav">
|
31
31
|
{%- if page.previous -%}
|
32
|
-
<a class="previous" href="{{ page.previous.url }}" title="{{
|
32
|
+
<a class="previous" href="{{ page.previous.url | relative_url }}" title="{{
|
33
33
|
page.previous.title | escape }}">{{ page.previous.title | escape | truncatewords: 6 }}</a>
|
34
34
|
{%- else -%}
|
35
35
|
<span></span>
|
36
36
|
{%- endif -%}
|
37
37
|
|
38
38
|
{%- if page.next -%}
|
39
|
-
<a class="next" href="{{ page.next.url }}" title="{{ page.next.title | escape }}">{{ page.next.title | escape | truncatewords: 6 }}</a>
|
39
|
+
<a class="next" href="{{ page.next.url | relative_url }}" title="{{ page.next.title | escape }}">{{ page.next.title | escape | truncatewords: 6 }}</a>
|
40
40
|
{%- else -%}
|
41
41
|
<span></span>
|
42
42
|
{%- endif -%}
|
@@ -50,7 +50,7 @@ sidebar:
|
|
50
50
|
<ul>
|
51
51
|
{% assign posts = site[page.collection] | sample:4 %}
|
52
52
|
{%- for post in posts -%}
|
53
|
-
<li><a class="post-link" href="{{post.url}}" title="{{ page.next.title | escape }}">{{ post.title | escape | truncatewords: 12 }}</a></li>
|
53
|
+
<li><a class="post-link" href="{{post.url | relative_url}}" title="{{ page.next.title | escape }}">{{ post.title | escape | truncatewords: 12 }}</a></li>
|
54
54
|
{%- endfor -%}
|
55
55
|
</ul>
|
56
56
|
</div>
|
data/_sass/yat/_base.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-yat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jeffreytse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|