observatorio-jekyll-theme 0.1.10 → 0.1.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcb511500f45102816a5ed6899ac8ab7ab56515bd1336574a866ef52d4abb558
4
- data.tar.gz: 372c926dc4693b1009276de2a234d97180c90ad8ea0aa0e7e3f41023bfdcd17e
3
+ metadata.gz: e777118546a0f7f95d707c5a9da600bd8dad0cf63e1c469ef122480fdd69f3ce
4
+ data.tar.gz: ce9b7c8d09ceed0985389f913de436bbbb7be98bb87cc0814d35506fa6ff65b3
5
5
  SHA512:
6
- metadata.gz: 77aa8c2b156c90a8433c8e502e8ce6296c8d6152ad4c17f3592c1b322453c3f9698fa9a11ecf9e47b6a27d3a9f49afca47c46fea7bf099aca6a9561aac2b67fc
7
- data.tar.gz: 7f986e9b10a739308f58c026212ea5e63d2636e2e0e99da4833a98a265f7c50849017584e9d7fc00880f7ca6c9928889b16ee211b331f97309a107588d186fd4
6
+ metadata.gz: ca58fd1374a253959611e231ac93d8b46417a7bcb8ce53528fcf6b262dacd2861f1a5540eb402a2122f2253871ff0c20c48df464a293f00dcd4ad02706892dbd
7
+ data.tar.gz: 10c02baa260b787b73ebee46491a7acd168eb78451aa68396a49a8cfe93d9be240d24939c7392c488c6347df05e40e8e841e88e1ac4b782fadd4d815ab8bc77c
data/_includes/post.html CHANGED
@@ -8,12 +8,11 @@
8
8
  </div>
9
9
  {%- else -%}
10
10
  <a href="{{ include.post.url }}">
11
- {%- include embed_responsive.html
12
- src=include.post.image
11
+ {%- include picture.html
12
+ image=include.post.image
13
13
  alt=include.post.title
14
- height=height
15
- x=4
16
- y=3
14
+ height=400
15
+ width=nil
17
16
  -%}
18
17
  </a>
19
18
  {%- endif -%}
@@ -11,7 +11,7 @@
11
11
  {%- assign height = site.i18n.post.height -%}
12
12
 
13
13
  <article class="col d-flex flex-column mb-3">
14
- <a href="{{ post.url }}">
14
+ <a href="{{ post.id }}">
15
15
  <picture>
16
16
  <img
17
17
  class="u-photo w-100 fit-cover h-{{ height }}"
@@ -27,7 +27,7 @@
27
27
  <h1 class="f-4 mt-3">
28
28
  <a
29
29
  class="black line-clamp-5"
30
- href="{{ post.url }}">
30
+ href="{{ post.id }}">
31
31
  <span>{{ post.title }}</span>
32
32
  </a>
33
33
  </h1>
@@ -40,7 +40,7 @@
40
40
 
41
41
  <p>
42
42
  {% for category in post.categories %}
43
- <a href="{{ category.url }}" class="badge badge-primary">{{ category.title }}</a>
43
+ <a href="{{ category.id }}" class="badge badge-primary">{{ category.title }}</a>
44
44
  {% endfor %}
45
45
  </p>
46
46
  </header>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: observatorio-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-13 00:00:00.000000000 Z
11
+ date: 2025-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll