editorial-autogestiva-jekyll-theme 0.5.0rc4 → 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: a3fb34e80c9bf2e43410daad66e4a7a52353bcbc6415f632cbc1190922cd8446
4
- data.tar.gz: c4ba5d497a2911b8d95a6332594bf0b54581831d1201b5d3add15f18fcd47508
3
+ metadata.gz: bc82322047043c99dee43bcd157fbf68ba3ef9943610d66c4e3e34a5ff42017e
4
+ data.tar.gz: a47a37746df2c64035869ec0acc664b5ef350c331a3bde6b95848ee3c31a7f99
5
5
  SHA512:
6
- metadata.gz: 4e8512618d7a6d733ff6df7951f3f8582c2da99fd02b18583c035cea9e28944d6bd4f0b8278354327e237ac0c20a7c725f77a8e6c11a77b4393874561b285946
7
- data.tar.gz: 731ba1145e4ed0a4a6ff254e378e7c51861397bea0618a35c8edcc2d1e94524a6d855acc29e712a79cbdd71a5dd88d31a06406bd477c2d1633b3a179324fab46
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,7 +19,7 @@ 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
25
  src="{{ include.src | thumbnail: 1140 | component_escape }}"
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.0rc4
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-06 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