sutty-minima 2.7.0rc10 → 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 +4 -4
- data/_includes/post.html +1 -1
- data/_sass/minima/_layout.scss +5 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88f564f6ee8cdea27317608d2d5b30328f2015a3ded2988a68668c2285128dc5
|
4
|
+
data.tar.gz: 7b9815cd9701f5a1721c6991d28c5cc45883ef607359a872162c52a161979308
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/_sass/minima/_layout.scss
CHANGED
@@ -339,12 +339,12 @@
|
|
339
339
|
}
|
340
340
|
}
|
341
341
|
|
342
|
-
.
|
343
|
-
|
344
|
-
|
345
|
-
|
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.
|
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:
|
12
|
+
date: 2024-03-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -176,9 +176,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
176
176
|
version: '0'
|
177
177
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
178
178
|
requirements:
|
179
|
-
- - "
|
179
|
+
- - ">="
|
180
180
|
- !ruby/object:Gem::Version
|
181
|
-
version:
|
181
|
+
version: '0'
|
182
182
|
requirements: []
|
183
183
|
rubygems_version: 3.3.26
|
184
184
|
signing_key:
|