observatorio-jekyll-theme 0.1.5 → 0.1.7
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 +4 -4
- data/_data/layouts/about.yml +2 -2
- data/_data/layouts/biblioteca.yml +1 -1
- data/_data/layouts/contacto.yml +1 -1
- data/_data/layouts/peticiones.yml +1 -1
- data/_data/layouts/post.yml +1 -1
- data/_layouts/home.html +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 574b5b3cab4507bf3c770832416d0f45673f1a49dfaf39c63912d988bd4f13ad
|
|
4
|
+
data.tar.gz: 2a2bb6352b0eb3ea665be2378afc998f17f28fc8bad062acced0731a4ef166a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96222603428fbc658ae375cf71bb437abf607229d0f43c8b25cf9f060c0ac950fb50d128c423784195fca063426a544c4ed7d736720ba597a9214c41eb1a2bda
|
|
7
|
+
data.tar.gz: 33ac89f23360ccb4b8c371be4572f333887e6f18060de7989b0c6324db72eef17b6f4a91d753711dc581bf9e2c100b5de3bae60fb07ae4124aff53783a63d225
|
data/_data/layouts/about.yml
CHANGED
|
@@ -68,7 +68,7 @@ image_2:
|
|
|
68
68
|
es: ''
|
|
69
69
|
en: ''
|
|
70
70
|
mision:
|
|
71
|
-
type: '
|
|
71
|
+
type: 'new_html'
|
|
72
72
|
required: true
|
|
73
73
|
label:
|
|
74
74
|
es: 'Misión'
|
|
@@ -77,7 +77,7 @@ mision:
|
|
|
77
77
|
es: ''
|
|
78
78
|
en: ''
|
|
79
79
|
content:
|
|
80
|
-
type: '
|
|
80
|
+
type: 'new_content'
|
|
81
81
|
required: true
|
|
82
82
|
label:
|
|
83
83
|
es: 'Contenido'
|
data/_data/layouts/contacto.yml
CHANGED
data/_data/layouts/post.yml
CHANGED
data/_layouts/home.html
CHANGED
|
@@ -8,7 +8,7 @@ layout: default
|
|
|
8
8
|
{%- assign acciones = site.posts | where: 'layout', 'banner_2' -%}
|
|
9
9
|
|
|
10
10
|
<section id="portada">
|
|
11
|
-
<div class="row no-gutters justify-content-center row-cols-1 row-cols-md-2
|
|
11
|
+
<div class="row no-gutters justify-content-center row-cols-1 row-cols-md-2">
|
|
12
12
|
{% for post in posts limit: 2 %}
|
|
13
13
|
{%- include_cached post.html post=post height=30 overlap=true -%}
|
|
14
14
|
{% endfor %}
|
|
@@ -20,7 +20,7 @@ layout: default
|
|
|
20
20
|
{% endcomment %}
|
|
21
21
|
<div class="container">
|
|
22
22
|
<div class="row justify-content-center row-cols-1 row-cols-md-3">
|
|
23
|
-
{% for post in posts limit: 6 offset:
|
|
23
|
+
{% for post in posts limit: 6 offset: 2 %}
|
|
24
24
|
{%- include_cached post.html post=post -%}
|
|
25
25
|
{% endfor %}
|
|
26
26
|
</div>
|
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.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- f
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -548,7 +548,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
548
548
|
- !ruby/object:Gem::Version
|
|
549
549
|
version: '0'
|
|
550
550
|
requirements: []
|
|
551
|
-
rubygems_version: 3.3.
|
|
551
|
+
rubygems_version: 3.3.26
|
|
552
552
|
signing_key:
|
|
553
553
|
specification_version: 4
|
|
554
554
|
summary: CAMBIAME
|