jekyll-theme-ascii 0.2.2 → 0.2.3

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/post.html +3 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4aa27aa63bc204361277d4e05fb4afc90d324b8a0295fd481c768c5746e40ca
4
- data.tar.gz: 5b8d140530f270c39122e7fb8cf38b750012a22ab2f219f46dbd2ca4f5a53203
3
+ metadata.gz: 9e741149b35fbfb914c078b9a28ebc728b475412628885220ce95e9bdd0bde83
4
+ data.tar.gz: d61846b6f5bf45ef1059e65d7a8e0f197949d172e939107ce77d1ee72fb71917
5
5
  SHA512:
6
- metadata.gz: db92063f368829e6ce4b2c6d4d808f3e27f9b416a01e29f7a530f141e5523275006fc04fc5ca6e1bef8e7def3c58eabbc8919f17beb383b66d8f5347055e1c31
7
- data.tar.gz: '009d37ee161783f50b70199a48ecde18c4729e9491228fc661096f8d942d61c411593deb97bf4eed9cf835aaa267fcdc755441f8d54b3d7e30c301af71a3acb8'
6
+ metadata.gz: d08c35b69967797172fdcc1a9e9a6bb5e1addccccfa7051354a75cfafaf328d894992c5aa3eaa4f422c4d1b84304d055dc16f09a2e7ebbb38cda791b4d0769a4
7
+ data.tar.gz: c459bab04ee8299b60e0bfc5a52e7d452afe5c8bf0c6be43f831fb8af5c2dd7da51851d5c4f96f4c622e2c45de582f01e3a968a21a16a01421883e1c7d0f84d4
data/_layouts/post.html CHANGED
@@ -8,9 +8,11 @@ layout: default
8
8
 
9
9
  {{ content }}
10
10
 
11
- {%- if page.mastodon_comments.toot_id and (page.mastodon_comments.host or site.mastodon_comments.host) -%}
11
+ {%- if page.mastodon_comments.toot_id -%}
12
+ {%- if page.mastodon_comments.host or site.mastodon_comments.host -%}
12
13
  {%- include mastodon_comments.html -%}
13
14
  {%- endif -%}
15
+ {%- endif -%}
14
16
 
15
17
  {%- if site.disqus.shortname -%}
16
18
  {%- include disqus.html -%}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ascii
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Vázquez Blanco
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll