jekyll-theme-yat 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d298e53ce0ab4f109de5d89f3da05a0a7b23e0e32e37b7e5a9ef0636c9ce3bb
4
- data.tar.gz: 72b2b04a663a236aa0b1e3016a9ecbf0530a12198efa29e8d75980e10d207ed7
3
+ metadata.gz: 2884b2ab53b29fb48aa6bf0574b925c936fec06f4de9d20383360e50a37cb56e
4
+ data.tar.gz: c9fbc6547272f4ba8c1c4621d395b64809632f18bee235eca6a4ff2f239214e1
5
5
  SHA512:
6
- metadata.gz: ad213b0337a5b5a3b60d4fd281a8234a78bde4204fe80fef6bc105ea3afbad38bda338688da2a7981c33ce699893a33c1dbd32df488adc1f84cdd772de2dcc9e
7
- data.tar.gz: 6bc8650cf7e58724f4fbf29116a04cfb348e032d9bc6ab23886ae6b7ce5fbc222a371b2e33bf754b263fa64dbd2dec66fe57cf3fe72a0536cb6f6e9aac643a54
6
+ metadata.gz: 5047f96da41a9ec89f78728f6bb9ccf4a36292568d27018345694aa772b732e6bd73f2497039dee478a8b52f9da875f494b6413c89c05bca12f58903b9dbaa70
7
+ data.tar.gz: 63c4497d597df2564ca33a0dbb590f15aa7f5662972a49e0546fb167378277271f14e6cf53ddae49bc7405b90ca6cd6915ab3d8e1add45c7266d6ba7fac353a8
@@ -6,7 +6,7 @@
6
6
  <div class="paginator">
7
7
  <span class="previous">
8
8
  {% if paginator.previous_page %}
9
- <a href="{{ paginator.previous_page_path }}">Prev</a>
9
+ <a href="{{ paginator.previous_page_path | relative_url }}">Prev</a>
10
10
  {% else %}
11
11
  <span>Prev</span>
12
12
  {% endif %}
@@ -16,7 +16,7 @@
16
16
 
17
17
  <span class="next">
18
18
  {% if paginator.next_page %}
19
- <a href="{{ paginator.next_page_path }}">Next</a>
19
+ <a href="{{ paginator.next_page_path | relative_url }}">Next</a>
20
20
  {% else %}
21
21
  <span>Next</span>
22
22
  {% endif %}
@@ -17,7 +17,7 @@
17
17
  {%- if page.tags.size > 0 -%}
18
18
  <div class="post-tags">
19
19
  {%- for tag in page.tags -%}
20
- <a class="post-tag" href="/tags.html#{{tag}}">#{{tag}}</a>
20
+ <a class="post-tag" href="{{ '/tags.html ' | relative_url }}#{{tag}}">#{{tag}}</a>
21
21
  {%- endfor -%}
22
22
  </div>
23
23
  {%- endif -%}
@@ -394,7 +394,7 @@ html {
394
394
  margin-bottom: $spacing-unit;
395
395
  overflow-wrap: break-word;
396
396
  word-wrap: break-word;
397
- word-break: break-all;
397
+ word-break: break-word;
398
398
 
399
399
  h2 {
400
400
  @include relative-font-size(2);
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.3
4
+ version: 1.5.4
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-17 00:00:00.000000000 Z
11
+ date: 2020-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler