jekyll-theme-yat 1.5.0 → 1.5.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa66b045f81c89271c8b0253f29ed221e4a244f141eb8647ced39b6339c2ca1f
4
- data.tar.gz: 4f16a912676e9c3e8ff15958921243395e6293800459b791b0051ffd51956fcf
3
+ metadata.gz: 2e681401f81b122a16cf17612a96244c85e60faa2724033d450558dc5ea0da91
4
+ data.tar.gz: b1f56bf69dd3a56dbe768f40f0d0bfd672129531d6e11e70ed35576a701fa5b0
5
5
  SHA512:
6
- metadata.gz: 2fd2e3ddd8c4d0925d6fb1fd4c97a1cf9d18f18c0ce883bef1eaa8420e495a4a0b9cd81e8d935a072d41dbb3a3798f16fce205273b652ec052348698c640688e
7
- data.tar.gz: 42e7b333888f073f3d80fb079cc089758300c5491b575109f6f53dd1f4147219482cd26aa60779daa69fb8bc7f9e847c9debddbc51da81f40635840f3230b1d9
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/91711123-f169b280-ebb7-11ea-8f5e-0867c713cdfc.png" alt="demo-screenshot" width="720px"/>
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
 
@@ -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>
@@ -100,8 +100,6 @@ h1, h2, h3, h4, h5, h6 {
100
100
  font-weight: $base-font-weight * 1.5;
101
101
  }
102
102
 
103
-
104
-
105
103
  /**
106
104
  * Links
107
105
  */
@@ -122,7 +120,6 @@ a {
122
120
  }
123
121
  }
124
122
 
125
-
126
123
  /**
127
124
  * Blockquotes
128
125
  */
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.0
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-01 00:00:00.000000000 Z
11
+ date: 2020-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler