imagen-jekyll-theme 0.1.0 → 0.1.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abbd43c748040b4ee68225d4cb4cfee3fa4cb74d4d21adfefabf2b26089aa53a
|
4
|
+
data.tar.gz: d6c3b5f37f11abb9f5bc0ac121f9034e419eba0b7ee31b09547eb37217b19ee6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6051f2de3fa6a9d20bef1da3d943a215882cafbdc77d97111e047f4a7b981fb040fe800169f0a96827175a89e83813b62931abe88b2d4017e9b6f727475a560e
|
7
|
+
data.tar.gz: 18bb107f8875aa5e74bd07ec417bc1c584bb25205e510db612e926665f1ad372edc68861f39e9ced47ea419e37c91e4bbb078e25384c34c884cebea1e149dfd3
|
data/_data/manifest.json
CHANGED
@@ -13880,7 +13880,7 @@
|
|
13880
13880
|
"imports": []
|
13881
13881
|
},
|
13882
13882
|
"_packs/pocketbase.ts": {
|
13883
|
-
"bytes":
|
13883
|
+
"bytes": 727,
|
13884
13884
|
"imports": [
|
13885
13885
|
{
|
13886
13886
|
"path": "node_modules/.pnpm/pocketbase@0.19.0/node_modules/pocketbase/dist/pocketbase.es.mjs",
|
@@ -14016,7 +14016,7 @@
|
|
14016
14016
|
]
|
14017
14017
|
},
|
14018
14018
|
"_packs/entry.js": {
|
14019
|
-
"bytes":
|
14019
|
+
"bytes": 2153,
|
14020
14020
|
"imports": [
|
14021
14021
|
{
|
14022
14022
|
"path": "node_modules/.pnpm/device-detector-js@3.0.3/node_modules/device-detector-js/dist/index.js",
|
@@ -14070,13 +14070,13 @@
|
|
14070
14070
|
}
|
14071
14071
|
},
|
14072
14072
|
"outputs": {
|
14073
|
-
"assets/js/pack.
|
14073
|
+
"assets/js/pack.3DUYG6FO.js.map": {
|
14074
14074
|
"imports": [],
|
14075
14075
|
"exports": [],
|
14076
14076
|
"inputs": {},
|
14077
|
-
"bytes":
|
14077
|
+
"bytes": 1755780
|
14078
14078
|
},
|
14079
|
-
"assets/js/pack.
|
14079
|
+
"assets/js/pack.3DUYG6FO.js": {
|
14080
14080
|
"imports": [],
|
14081
14081
|
"exports": [],
|
14082
14082
|
"entryPoint": "_packs/entry.js",
|
@@ -14247,7 +14247,7 @@
|
|
14247
14247
|
"bytesInOutput": 149774
|
14248
14248
|
},
|
14249
14249
|
"_packs/entry.js": {
|
14250
|
-
"bytesInOutput":
|
14250
|
+
"bytesInOutput": 1025
|
14251
14251
|
},
|
14252
14252
|
"node_modules/.pnpm/promise-polyfill@8.2.3/node_modules/promise-polyfill/src/finally.js": {
|
14253
14253
|
"bytesInOutput": 200
|
@@ -14511,7 +14511,7 @@
|
|
14511
14511
|
"bytesInOutput": 31765
|
14512
14512
|
},
|
14513
14513
|
"_packs/pocketbase.ts": {
|
14514
|
-
"bytesInOutput":
|
14514
|
+
"bytesInOutput": 385
|
14515
14515
|
},
|
14516
14516
|
"node_modules/.pnpm/preact@10.19.2/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js": {
|
14517
14517
|
"bytesInOutput": 359
|
@@ -14529,7 +14529,7 @@
|
|
14529
14529
|
"bytesInOutput": 64
|
14530
14530
|
}
|
14531
14531
|
},
|
14532
|
-
"bytes":
|
14532
|
+
"bytes": 1080368
|
14533
14533
|
}
|
14534
14534
|
}
|
14535
14535
|
}
|
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="https://api.
|
9
|
+
action="https://api.imagen.cnba.uba.ar/v1/sites/{{ site.hostname }}/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="https://api.
|
13
|
+
action="https://api.imagen.cnba.uba.ar/v1/sites/{{ site.hostname }}/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="https://api.
|
78
|
+
<img class="d-none invisible" src="https://api.imagen.cnba.uba.ar/v1/sites/{{ site.hostname }}/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">
|