editorial-autogestiva-jekyll-theme 0.5.0rc3 → 0.5.0rc5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '041907097be938cc62043b0215227cbdc1bca957cb65c29cf815fbed637bb6ee'
4
- data.tar.gz: b08ff39cd4a1ef569faafe3de3f48cdbfc32a78099641d62f34014cf896d885f
3
+ metadata.gz: bc82322047043c99dee43bcd157fbf68ba3ef9943610d66c4e3e34a5ff42017e
4
+ data.tar.gz: a47a37746df2c64035869ec0acc664b5ef350c331a3bde6b95848ee3c31a7f99
5
5
  SHA512:
6
- metadata.gz: 02d22d7d285de9c923c328c4f594cb048766748031fb85434942c95d86baa1419a99ef06bdfda8b778cb90d7c23678b4d6ac2f8cc040bf0c49ff39ca8c0fbb3b
7
- data.tar.gz: f47e7796a1c7a5f1fdd1dcf4dac1a184a8f3719824ac30901466baf1a300ef5c4ffe67a0308bf3001603e3547e3b9ab5059b664b5171fc3ecf2b1925278f65ff
6
+ metadata.gz: df6e9fb8468ad0e232d5537450d6e0209ffac921131fbd81c53f7cc2dc46d35f95d1af2d23cdd6ae5f05708e601869b54d1177a270af6011bd1128b572562957
7
+ data.tar.gz: 35839aaf499234e9acfcdb6b5b1bd4f296d78f9c10c4989291529a8e28ec46afb6fd56cadc673c8cbc6e8147b9424dcb2b9935c56f253e6628c9bfe12a8f5605
@@ -3,7 +3,10 @@
3
3
  <div class="col-12 col-md-4 mb-3 mb-md-0">
4
4
  {%- include_cached
5
5
  picture.html
6
- image=include.editorial.logo
6
+ src=include.editorial.logo.path
7
+ alt=include.editorial.logo.description
8
+ width=100
9
+ height=auto
7
10
  itemprop='logo' -%}
8
11
  </div>
9
12
 
@@ -19,9 +19,9 @@ Una imagen.
19
19
  " />
20
20
 
21
21
  <img
22
- class="u-photo w-{{ width }} {{ include.cover | equals: false | value_unless: 'fit-cover' }} h-{{ height }} {{ include.extra }}"
22
+ class="{{ include.img_class }} u-photo w-{{ include.width }} {{ include.cover | equals: false | value_unless: 'fit-cover' }} h-{{ include.height }} {{ include.extra }}"
23
23
  loading="lazy"
24
24
  itemprop="{{ include.itemprop | default: 'image' }}"
25
- src="{{ image | thumbnail: 1140 | component_escape }}"
26
- alt="{{ include.image.description | include.default_description | escape_once }}" />
25
+ src="{{ include.src | thumbnail: 1140 | component_escape }}"
26
+ alt="{{ include.alt | escape_once }}" />
27
27
  </picture>
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.0rc3
4
+ version: 0.5.0rc5
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-05 00:00:00.000000000 Z
11
+ date: 2024-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll