jekyll-theme-cirno 0.1.3 → 0.1.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/archives.html +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b14c0fc5ffddaee78ae0542c59b06f572704ba822da1e7a32a54cd912c6d4fa6
4
- data.tar.gz: c482d6fc2a15ce91ef259add75d14b7d05e0a6b21812de5bfb868c937611e462
3
+ metadata.gz: 21e08f13a743e11053daef5eef506b13072d4a2b57a8a371a786750d26aefe1f
4
+ data.tar.gz: 1f9b1a62e5121f26193b5330e5d45dddbeb0b7b7d5b8abf3520a7d7f68aaa5a1
5
5
  SHA512:
6
- metadata.gz: f96eef63255364950ead78d412b5fff9b3951a7842dacaa3b3611d7f2562c619ac21a26ec2bd80c369d910c3b14f2364a1e041ef2c8e9d76ecaaf29d8beae887
7
- data.tar.gz: 3cf1443e4aeb21cf52487e9339cfc521c37be326689446be86790d5e2ba7c08bb9973fc54676c7125a2aba842cde0ff0ea273a0799665078f1e07cf7d0ac64d9
6
+ metadata.gz: 7aa9793d504e35a5120ddfd751f8556f7f614a6c3b89ac0a1e42776ace206abff9f1541115c16c09f8a4a1bbb6a155fdbf0a63c70ac371d5c7089345f9eb329d
7
+ data.tar.gz: 20f832d3925ddd4ac853d01043b1f6b672bdff33fe28c51861d7f9a24b4ec23c31e8d77c7ed88107a8c4ff98a9b21e231775ef8e0010d88b0ce4545c22b2d4a1
@@ -6,10 +6,10 @@ layout: default
6
6
  {%- capture this_year -%}{{ post.date | date: "%Y" }}{%- endcapture -%}
7
7
  {%- capture next_year -%}{{ post.previous.date | date: "%Y" }}{%- endcapture -%}
8
8
  {%- if forloop.first -%}
9
- <h2 id="{{ this_year }}-ref">{{this_year}}</h2>
9
+ <h2 id="ref-{{ this_year }}">{{this_year}}</h2>
10
10
  <ul>
11
11
  {%- endif -%}
12
- <li><a href="{{ post.url }}">{{ post.title }}</a></li>
12
+ <li><a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
13
13
  {%- if forloop.last -%}
14
14
  </ul>
15
15
  {%- elsif this_year != next_year -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-cirno
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 阿卡琳