editorial-autogestiva-jekyll-theme 0.5.0rc4 → 0.5.0rc6

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: b66a83166ed0544bf9852696387f1128f3e881686953c052eab249fe42221284
4
+ data.tar.gz: b900f5ecb4b6de8879c72d094dfbf691e7cde99317c534dc808661ad0f059c4d
5
5
  SHA512:
6
- metadata.gz: 4e8512618d7a6d733ff6df7951f3f8582c2da99fd02b18583c035cea9e28944d6bd4f0b8278354327e237ac0c20a7c725f77a8e6c11a77b4393874561b285946
7
- data.tar.gz: 731ba1145e4ed0a4a6ff254e378e7c51861397bea0618a35c8edcc2d1e94524a6d855acc29e712a79cbdd71a5dd88d31a06406bd477c2d1633b3a179324fab46
6
+ metadata.gz: 33d5faa9b63e46f3fa09723bfdca59d6f158cc07932541481cb6641774fcb9652ef64e131a95974b2d37e6756d0e48f61127c6046098d96ce1cb49334231a9f7
7
+ data.tar.gz: 154236f60663cb348158af2a1504604f919ffd595dda504c79ea2da012c12649f17fe5a57103c53f1ba753b379b1951301bb94aada2b05a5f7b1afd898610ecb
@@ -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 }}"
data/_layouts/about.html CHANGED
@@ -3,4 +3,29 @@ layout: default
3
3
  footer: false
4
4
  ---
5
5
 
6
+ {% assign posts = site.posts | where: "layout", "post" | order %}
7
+
6
8
  {% include editorial.html editorial=page content=true %}
9
+
10
+ <section class="row row-cols-1 row-cols-md-3 row-cols-lg-4 mt-5">
11
+ {%- for post in posts -%}
12
+ <article
13
+ class="col d-flex flex-column justify-content-between mb-3">
14
+ <header class="position-relative">
15
+ <div class="text-center">
16
+ <img
17
+ class="img-fluid h-300"
18
+ src="{{ post.image.path | default: page.logo.path | thumbnail: nil, 300 | component_escape }}"
19
+ alt="{{ post.image.description | default: page.logo.description | default: post.title | escape_once }}"
20
+ loading="lazy" />
21
+ </div>
22
+
23
+ <h1 class="f-4 mt-3">{{ post.title }}</h1>
24
+
25
+ <a class="stretched-link" href="{{ post.url | component_escape }}"></a>
26
+ </header>
27
+
28
+ <p>{{ post.author | join: ', ' }}</p>
29
+ </article>
30
+ {%- endfor %}
31
+ </section>
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.0rc6
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