compost-jekyll-theme 0.1.11 → 0.1.12

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: c65d042d4e8458a5adf07e3fe8536061fc1be5303915520a3a853cf124358ea8
4
- data.tar.gz: bafe82a386dd2615fd0fe9bfc5628b5d23d57d3d783b4e975c7557505ade9b6e
3
+ metadata.gz: b8458aedec12d9524996468fa2b9e98a1ddb5b44b54731c61f6e6a5568e6b711
4
+ data.tar.gz: 5f52231be2c60fabe362bd62ab1fdfded36cb2f7e38bb352df475a68d0700957
5
5
  SHA512:
6
- metadata.gz: fd92b9118fedef6c434b0694f5c413332bd4f22965a032dd4867bfbed9da32cb3a1c7a87796dd38dd07ecde1dde098ecd72abac89820c815be8514c52382fe6f
7
- data.tar.gz: 3a2ab33b397643f91ba004a25860e282b9647f2f974a8a69d50bd11f101160648c4a508c3c83d87b3093d4382d3920b82f7205bac260901f594b91910ed795b0
6
+ metadata.gz: acd178621796ea6c800a39812a46931a20faec208ce69cc8fe2764fdeef40e142309db7ff744431a4db5ba24d91b5ef0cef2d2c18feb7b0fba31016e57f90733
7
+ data.tar.gz: '0383a3e241d055a5ab644305e8ebee5de8d5bf672692e9163ac02d6b77bff1280a1bd45c4f747756d4361217688cf25224aca8db6d79a15360747bdb12364d14'
@@ -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="">
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.11
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