imagen-jekyll-theme 0.1.1 → 0.1.3
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/_includes/contact.html +1 -1
- data/_includes/subir_imagen.html +1 -1
- data/_layouts/default.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa8add8a2e9b7e0725f2d707d8fb7c1cf36a044d888cc63c24615beb8d58095f
|
|
4
|
+
data.tar.gz: e3882646e70f1ddf539f9cbf8f4399f04e4aefa0245e67636ac7d0d746218d22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c937c96461ea409eed1ff8be0bd39a850b6bafe199994587a10387579c973f8e6f880493a66f08c41ec2ce3c5631e5eeb7edb800ba1948325743d86dba20d32
|
|
7
|
+
data.tar.gz: 3238c3d664db0b05d10356c4b4725f521f15677bcb5742bb06248ce150b5a9651b2537f2e5fa0ccbd0f562f65d85dc317a1bed19385a6784f6bde51bcba66d8a
|
data/_includes/contact.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
data-turbo="false"
|
|
7
7
|
data-controller="contact"
|
|
8
8
|
data-delay="60"
|
|
9
|
-
action="
|
|
9
|
+
action="api/v1/sites/{{ site.name }}/contact/{{ include.name }}"
|
|
10
10
|
method="post">
|
|
11
11
|
{%- for field in include.form -%}
|
|
12
12
|
{% assign template = field[1].type | append: '.html' %}
|
data/_includes/subir_imagen.html
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
data-controller="contact autofill-profile"
|
|
11
11
|
data-contact-delay-value="30"
|
|
12
12
|
data-contact-submit-value="{{ include.form.submit.label[site.locale] | escape }}"
|
|
13
|
-
action="
|
|
13
|
+
action="api/v1/sites/{{ site.name }}/posts/imagen"
|
|
14
14
|
enctype="multipart/form-data"
|
|
15
15
|
method="post">
|
|
16
16
|
{%- for field in include.form -%}
|
data/_layouts/default.html
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
Esta imagen obtiene una cookie desde la API de Sutty para autorizar el
|
|
76
76
|
envío del formulario.
|
|
77
77
|
{% endcomment %}
|
|
78
|
-
<img class="d-none invisible" src="
|
|
78
|
+
<img class="d-none invisible" src="api/v1/sites/{{ site.name }}/invitades/cookie.png" />
|
|
79
79
|
</div>
|
|
80
80
|
|
|
81
81
|
<main class="position-relative" tabindex="-1" role="main" id="content" data-controller="scroll" data-per-page="100">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imagen-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sutty
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|