minimal-days-theme 0.2.0 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/post-block.html +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0caa9fd5fa2466f016a44c50031c0b6b93524f1d0c8224985dda3c9ae7397f35
4
- data.tar.gz: 52d720dc24070731aa1a74fff13362612ceaae32331124ad6540e9df2e30a3a3
3
+ metadata.gz: f7de0cfcd0b9d2463b370b2408ed4445f11d12dd81747567acb908cee5e6012e
4
+ data.tar.gz: 894ac6e8d554177c3faf669593f3b3bd3076dffc752f2a4d9b667bf7854cbf1e
5
5
  SHA512:
6
- metadata.gz: 58d00f07ebf9c997dfc81f5e61950f9f760a35d9d2a6d9efaa18a12c7f9501fb0fa792100199bba124fcb1ee723cd4b915fb3c142479409794c9c627c5065c3b
7
- data.tar.gz: bf8eeb49a6a43c95a51bf026739e8509ad6845827abf8c9d536286b1b7c5ac0548792842f5dcc535c19ee2319488289ffbe594dde6cc008824c2385b0e81384e
6
+ metadata.gz: e679e1402a55f1ecc8271092db2b949bb9167804b385ab5a0cabef22673accaad21ae1547d5f6a239222aa2e113a1569d72e6865d80f6df036396bf52a3d0cb1
7
+ data.tar.gz: d62787b3d5da5e6460054771b257dee3a6f2f1866cf71279220cbd573047e78756e80313c4154532987c62713ccd1b2f48a805c5aa7d7964b415755159dd2478
@@ -20,7 +20,9 @@
20
20
 
21
21
  <div class="post--tags">
22
22
  {% for tag in post.tags %}
23
- <span class="post--tag"><a href="tag/{{ tag }}.html">[{{ tag }}]</a></span>&nbsp;
23
+ {% capture tag_url %}tag/{{ tag }}.html{% endcapture %}
24
+ {% assign absolute_tag_url = tag_url | absolute_url %}
25
+ <span class="post--tag"><a href="{{ absolute_tag_url }}">[{{ tag }}]</a></span>&nbsp;
24
26
  {% endfor %}
25
27
  </div>
26
28
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-days-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jessica Zeng