sutty-minima 2.7.0 → 2.7.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: 571944d78115d106bf3c2128e5db865e9e014dc205dbb614a231e5a59da0eaec
4
- data.tar.gz: b070d7a3d0f5dcc55225b8d8cb8a7afae08239b15e7a26b4468b2a2f9673fdfb
3
+ metadata.gz: 88f564f6ee8cdea27317608d2d5b30328f2015a3ded2988a68668c2285128dc5
4
+ data.tar.gz: 7b9815cd9701f5a1721c6991d28c5cc45883ef607359a872162c52a161979308
5
5
  SHA512:
6
- metadata.gz: b92a3ef8888a5bc68d1ad4e5b74d9e6e93904294d353aafae702820ca1d2e473a86b04b269dadc02b28205cd4f0ec224b839d3b671d271c52283a7099ea482ac
7
- data.tar.gz: 03bed089b10f98810931611c0b3d0d430b8dfa0ffc5f4704a5c0673e6ef3b2e423d3e47c97ecbfd33cb9219697e1d206caf1539e66a8b61e3c3444970500bcb6
6
+ metadata.gz: 0d1c5a7aee4c24e0c5480fbc20b9f66c3a39a97f03e5b3086404300f2c89886a01e4c227fd3e0348b0d602576ac673627f5302b602b8f82be2f37c487fcac230
7
+ data.tar.gz: db4b20e255c655fd49f730d645c7ce6b2fc297a39e46cfe841d3a8544212a75bdc975bd23249f681abef010784227569581a645f15f72785bccac7e13c21b701
data/_includes/post.html CHANGED
@@ -31,7 +31,7 @@
31
31
  {%- endunless -%}</p>
32
32
 
33
33
  {%- if page.image.path -%}
34
- <img itemprop="image" src="{{ page.image.path }}" alt="{{ page.image.description | default: page.title }}" />
34
+ <img itemprop="image" class="img-fluid" src="{{ page.image.path }}" alt="{{ page.image.description | default: page.title | escape }}" />
35
35
  {%- endif -%}
36
36
  </header>
37
37
 
@@ -339,12 +339,12 @@
339
339
  }
340
340
  }
341
341
 
342
- .post-content {
343
- .img-fluid {
344
- max-width: 100%;
345
- height: auto;
346
- }
342
+ .img-fluid {
343
+ max-width: 100%;
344
+ height: auto;
345
+ }
347
346
 
347
+ .post-content {
348
348
  p { min-height: $base-font-size * $base-line-height; }
349
349
 
350
350
  iframe { border: 0; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-12-05 00:00:00.000000000 Z
12
+ date: 2024-03-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll