compost-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: 1b02b27490a1d191ab1ce3fe08aaa4d46ffeb44b854f7e3bfbcbf6e479e8f085
4
- data.tar.gz: d8169277b497d22b647cedadb4c1cef4d272599680ae318cb9e7513cd273a22b
3
+ metadata.gz: b8458aedec12d9524996468fa2b9e98a1ddb5b44b54731c61f6e6a5568e6b711
4
+ data.tar.gz: 5f52231be2c60fabe362bd62ab1fdfded36cb2f7e38bb352df475a68d0700957
5
5
  SHA512:
6
- metadata.gz: 1d39fbd2ea57d31a0a74a7a2dd9d05dc61dfb033115c5ff7a715fad8d32a3926b7aa9407c3953b20a92cf897ad8e2aa14d1cf28899665eac3c98212e4d327042
7
- data.tar.gz: 9640394a56d64d4bbc0cff038df4a9963e9c3a2fe13dd068f1108054291fa937b3551dc341b6b45f1ba501d3a695d2c0a3a603794c07da41327892f9bbdb56ea
6
+ metadata.gz: acd178621796ea6c800a39812a46931a20faec208ce69cc8fe2764fdeef40e142309db7ff744431a4db5ba24d91b5ef0cef2d2c18feb7b0fba31016e57f90733
7
+ data.tar.gz: '0383a3e241d055a5ab644305e8ebee5de8d5bf672692e9163ac02d6b77bff1280a1bd45c4f747756d4361217688cf25224aca8db6d79a15360747bdb12364d14'
@@ -32,8 +32,8 @@ image_menu_close:
32
32
  es: "Logo de cabecera con el menú cerrado"
33
33
  en: "Header logo with menu closed"
34
34
  help:
35
- es: "Máximo 220px de ancho y 90px de alto"
36
- en: "Max. 220px width by 90px height"
35
+ es: "Máximo 90px de alto"
36
+ en: "Max. 90px height"
37
37
  description:
38
38
  label:
39
39
  es: "Descripción del logo"
@@ -9,11 +9,11 @@ Card horizontal
9
9
  @param :content [string] Contenido
10
10
  {%- endcomment -%}
11
11
  <div class="row justify-content-center container-lg mx-auto">
12
- {% unless include.src %}
12
+ {% if include.src %}
13
13
  <div class="col-12 col-md-5 px-4">
14
14
  {% include picture.html src=include.src width=500 img_class="w-100 object-fit-cover" %}
15
15
  </div>
16
- {% endunless %}
16
+ {% endif %}
17
17
 
18
18
  <div class="col-12 col-md pl-xl-5 pt-5 pt-md-0">
19
19
  <div class="">
@@ -14,7 +14,7 @@ Items de cabecera (excepto el ícono de hamburguesa)
14
14
  href="?#"
15
15
  alt=include.logo_alt
16
16
  height=90
17
- img_class="w-221px w-md-auto max-h-90px" %}
17
+ img_class="max-w-100 max-h-90px" %}
18
18
 
19
19
  {% include btn_header.html
20
20
  src=include.btn_src
data/_layouts/post.html CHANGED
@@ -10,9 +10,9 @@ layout: "default_with_menu"
10
10
  {%- assign next = page | next: posts -%}
11
11
 
12
12
  <article id="{{ page.slug }}" class="container mx-auto max-w-780px my-4 px-20">
13
- {% unless page.image.path %}
13
+ {% if page.image.path %}
14
14
  {% include picture.html src=page.image.path alt=page.image.description width=780 img_class="w-100 shadow" %}
15
- {% endunless %}
15
+ {% endif %}
16
16
 
17
17
  <div class="mt-5">
18
18
  {% include headings/h1.html class="text-uppercase black hover-black letter-spacing-4 font-weight-bold mb-12" text=page.title %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compost-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
  - Sutty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-06 00:00:00.000000000 Z
11
+ date: 2023-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll