editorial-autogestiva-jekyll-theme 0.5.0rc2 → 0.5.0rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/picture.html +2 -2
- data/assets/css/styles.scss +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3fb34e80c9bf2e43410daad66e4a7a52353bcbc6415f632cbc1190922cd8446
|
4
|
+
data.tar.gz: c4ba5d497a2911b8d95a6332594bf0b54581831d1201b5d3add15f18fcd47508
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e8512618d7a6d733ff6df7951f3f8582c2da99fd02b18583c035cea9e28944d6bd4f0b8278354327e237ac0c20a7c725f77a8e6c11a77b4393874561b285946
|
7
|
+
data.tar.gz: 731ba1145e4ed0a4a6ff254e378e7c51861397bea0618a35c8edcc2d1e94524a6d855acc29e712a79cbdd71a5dd88d31a06406bd477c2d1633b3a179324fab46
|
data/_includes/picture.html
CHANGED
@@ -22,6 +22,6 @@ Una imagen.
|
|
22
22
|
class="u-photo w-{{ width }} {{ include.cover | equals: false | value_unless: 'fit-cover' }} h-{{ height }} {{ include.extra }}"
|
23
23
|
loading="lazy"
|
24
24
|
itemprop="{{ include.itemprop | default: 'image' }}"
|
25
|
-
src="{{
|
26
|
-
alt="{{ include.
|
25
|
+
src="{{ include.src | thumbnail: 1140 | component_escape }}"
|
26
|
+
alt="{{ include.alt | escape_once }}" />
|
27
27
|
</picture>
|
data/assets/css/styles.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: editorial-autogestiva-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.0rc4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|