editorial-autogestiva-jekyll-theme 0.5.0rc0 → 0.5.0rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +29 -14
- data/_data/actions.yml +9 -0
- data/_data/components.yml +10 -0
- data/_data/en.yml +87 -1
- data/_data/es.yml +88 -1
- data/_data/forms/user.yml +1 -1
- data/_data/full_width_components.yml +2 -0
- data/_data/layouts/license.yml +3 -3
- data/_data/layouts/post.yml +17 -17
- data/_data/layouts/privacy_policy.yml +1 -1
- data/_data/layouts/theme.yml +31 -19
- data/_data/manifest.json +3270 -0
- data/_data/schema.yml +9 -0
- data/_data/theme.yml +152 -0
- data/_includes/activity_pub/actor.html +11 -0
- data/_includes/activity_pub/actor_mention.html +28 -0
- data/_includes/activity_pub/alternate.html +2 -0
- data/_includes/activity_pub/button.html +22 -0
- data/_includes/activity_pub/button_bar.html +16 -0
- data/_includes/activity_pub/cards.html +28 -0
- data/_includes/activity_pub/fediverse_interactions.html +2 -0
- data/_includes/activity_pub/generic_modal.html +55 -0
- data/_includes/activity_pub/image_modal.html +27 -0
- data/_includes/activity_pub/interactions.html +83 -0
- data/_includes/activity_pub/login_modal.html +70 -0
- data/_includes/activity_pub/reaction.html +45 -0
- data/_includes/activity_pub/reactions.html +21 -0
- data/_includes/activity_pub/replying_to.html +23 -0
- data/_includes/activity_pub/text_modal.html +16 -0
- data/_includes/activity_pub/toot_card.html +95 -0
- data/_includes/activity_pub/url.html +8 -0
- data/_includes/activity_pub/video_modal.html +20 -0
- data/_includes/boolean.html +9 -1
- data/_includes/bootstrap/custom_select.html +18 -0
- data/_includes/buttons/button.html +9 -0
- data/_includes/buttons/copy.html +28 -0
- data/_includes/buttons/generic.html +15 -0
- data/_includes/buttons/link.html +14 -0
- data/_includes/cart_controller.html +1 -1
- data/_includes/contact.html +4 -7
- data/_includes/content.html +9 -1
- data/_includes/country.html +4 -4
- data/_includes/date.html +12 -0
- data/_includes/device_detector.html +30 -0
- data/_includes/email.html +9 -1
- data/_includes/embed_responsive.html +17 -0
- data/_includes/external_link.html +15 -0
- data/_includes/fa.html +11 -0
- data/_includes/file.html +9 -1
- data/_includes/floating_alert.html +2 -2
- data/_includes/headings/generic.html +14 -0
- data/_includes/headings/h1.html +9 -0
- data/_includes/headings/h2.html +9 -0
- data/_includes/headings/h3.html +9 -0
- data/_includes/headings/with_link.html +15 -0
- data/_includes/image.html +9 -1
- data/_includes/input.html +24 -5
- data/_includes/markdown_content.html +9 -1
- data/_includes/navbar.html +1 -1
- data/_includes/number.html +9 -1
- data/_includes/pack.html +10 -0
- data/_includes/password.html +10 -1
- data/_includes/picture.html +19 -15
- data/_includes/postal_code.html +1 -1
- data/_includes/predefined_array.html +10 -2
- data/_includes/preload_font.html +1 -1
- data/_includes/script.html +5 -0
- data/_includes/search.html +1 -1
- data/_includes/share.html +5 -5
- data/_includes/share_box.html +26 -11
- data/_includes/state.html +3 -3
- data/_includes/stretched_link.html +15 -0
- data/_includes/string.html +10 -1
- data/_includes/submit.html +13 -1
- data/_includes/svg/copy-icon.svg +1 -0
- data/_includes/svg/done-icon.svg +1 -0
- data/_includes/svg/menu.svg +9 -0
- data/_includes/svg/x.svg +3 -0
- data/_includes/tel.html +9 -1
- data/_includes/text.html +12 -2
- data/_includes/theme/button_with_copy.html +1 -0
- data/_includes/theme/button_with_link.html +5 -0
- data/_includes/theme/buttons.html +33 -0
- data/_includes/theme/colors.html +14 -0
- data/_includes/theme/content.html +41 -0
- data/_includes/theme/embed_responsive.html +10 -0
- data/_includes/theme/font_sizes.html +18 -0
- data/_includes/theme/footer.html +1 -0
- data/_includes/theme/letter_spacing.html +3 -0
- data/_includes/theme/picture.html +5 -0
- data/_includes/toggler/toggler.html +21 -0
- data/_includes/toggler/toggler_label.html +21 -0
- data/_includes/toggler/toggler_related.html +23 -0
- data/_includes/url.html +9 -1
- data/_layouts/cart.html +2 -2
- data/_layouts/default.html +62 -20
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +15 -5
- data/_layouts/shipment.html +3 -3
- data/_layouts/theme.html +60 -0
- data/_sass/accessibility.scss +16 -7
- data/_sass/baskervville_ital_0_1.scss +36 -0
- data/_sass/content.scss +28 -0
- data/_sass/editor.scss +16 -7
- data/_sass/embed.scss +8 -0
- data/_sass/floating_alert.scss +40 -2
- data/_sass/fonts.scss +5 -0
- data/_sass/inter_ital_opsz_wght_0_14..32_100..900.scss +56 -0
- data/_sass/menu.scss +16 -0
- data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +756 -0
- data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +108 -0
- data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +60 -0
- data/_sass/snap.scss +39 -37
- data/_sass/toggler.scss +15 -34
- data/_sass/utilities.scss +547 -0
- data/assets/css/styles.scss +13 -29
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
- data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
- data/assets/js/env.js +9 -0
- data/assets/js/pack.BM5KE272.js +73 -0
- data/assets/js/pack.BM5KE272.js.map +7 -0
- data/assets/js/pack.SYD7EYHO.js +73 -0
- data/assets/js/pack.SYD7EYHO.js.map +7 -0
- data/assets/templates/cart.html +2 -2
- data/assets/templates/payment_methods.html +3 -3
- data/assets/templates/shipping_methods.html +1 -1
- metadata +294 -24
- data/_includes/cart.svg +0 -1
- data/_sass/helpers.scss +0 -318
- data/_sass/share.html +0 -12
- data/_sass/share_box.html +0 -16
- data/assets/fonts/Inter-Bold-subset.woff2 +0 -0
- data/assets/fonts/Inter-BoldItalic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Italic-subset.woff2 +0 -0
- data/assets/fonts/Inter-Regular-subset.woff2 +0 -0
- data/assets/js/pack.js +0 -16
- data/assets/js/pack.js.map +0 -1
- data/assets/js/script.js +0 -44
- data/assets/templates/alert.html +0 -7
- data/assets/templates/results.html +0 -17
data/_includes/picture.html
CHANGED
@@ -1,23 +1,27 @@
|
|
1
|
-
{
|
2
|
-
Imágenes responsive. Esto logra que solo se carguen las versiones de
|
3
|
-
las imágenes con el ancho máximo de la pantalla.
|
1
|
+
{%- comment -%}
|
4
2
|
|
5
|
-
|
6
|
-
que tienen una resolución de más.
|
7
|
-
{% endcomment %}
|
8
|
-
{%- assign image = include.image.path | default: 'public/placeholder.png' %}
|
9
|
-
{%- assign height = include.height | default: site.i18n.post.height -%}
|
10
|
-
{%- assign width = include.width | default: '100' -%}
|
3
|
+
Una imagen.
|
11
4
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
5
|
+
@param :src [String] La url de la imagen
|
6
|
+
@param :alt [String] La descripción de la imagen
|
7
|
+
@param :width [Integer]
|
8
|
+
@param :class [String] Las clases del componente picture
|
9
|
+
@param :img_class [String] Las clases de la imagen
|
10
|
+
{%- endcomment -%}
|
11
|
+
|
12
|
+
<picture class="{{ include.class }}">
|
13
|
+
<source
|
14
|
+
srcset="
|
15
|
+
{%- for pixel_density in site.data.theme.pixel_densities %}
|
16
|
+
{%- assign w = include.width | times: pixel_density -%}
|
17
|
+
{{- include.src | thumbnail: w | component_escape }} {{ pixel_density }}x,
|
18
|
+
{% endfor -%}
|
19
|
+
" />
|
16
20
|
|
17
21
|
<img
|
18
22
|
class="u-photo w-{{ width }} {{ include.cover | equals: false | value_unless: 'fit-cover' }} h-{{ height }} {{ include.extra }}"
|
19
23
|
loading="lazy"
|
20
24
|
itemprop="{{ include.itemprop | default: 'image' }}"
|
21
|
-
src="{{ image | thumbnail: 1140 }}"
|
22
|
-
alt="{{ include.image.description | include.default_description }}" />
|
25
|
+
src="{{ image | thumbnail: 1140 | component_escape }}"
|
26
|
+
alt="{{ include.image.description | include.default_description | escape_once }}" />
|
23
27
|
</picture>
|
data/_includes/postal_code.html
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
|
3
|
+
Form: type predefined_array
|
4
|
+
|
5
|
+
@param :field [Integer] El campo del formulario
|
6
|
+
@param :array_class [String] Las clases del componente
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
1
9
|
{%- assign name = include.field[0] -%}
|
2
10
|
{%- assign id = include.field[1].id | default: name -%}
|
3
11
|
{%- assign label = include.field[1].label[site.locale] -%}
|
@@ -22,11 +30,11 @@
|
|
22
30
|
{% if autocomplete %}
|
23
31
|
autocomplete="{{ autocomplete }}"
|
24
32
|
{% endif %}
|
25
|
-
class="form-control">
|
33
|
+
class="form-control {{ include.array_class }}">
|
26
34
|
|
27
35
|
<option value="" selected></option>
|
28
36
|
|
29
|
-
{%- for option in include.field[1].values -%}
|
37
|
+
{%- for option in include.field[1].values[site.locale] -%}
|
30
38
|
<option value="{{ option }}">{{ option }}</option>
|
31
39
|
{%- endfor -%}
|
32
40
|
</select>
|
data/_includes/preload_font.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ include.font }}" />
|
1
|
+
<link rel="preload" as="font" type="font/woff2" crossorigin href="{{ include.font }}?{{ site.time | date: '%s' }}" />
|
data/_includes/search.html
CHANGED
data/_includes/share.html
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{% capture url %}{{ site.url }}{{ include.url }}{% endcapture %}
|
2
2
|
|
3
3
|
{% unless include.share.url == '%url' %}
|
4
|
-
{% assign url = url | default: '' |
|
4
|
+
{% assign url = url | default: '' | component_escape %}
|
5
5
|
{% endunless %}
|
6
|
-
{% assign title = include.title | default: '' |
|
7
|
-
{% assign description = include.description | default: '' |
|
8
|
-
{% assign tags = include.tags | join: ',' | default: '' |
|
6
|
+
{% assign title = include.title | default: '' | component_escape %}
|
7
|
+
{% assign description = include.description | default: '' | component_escape %}
|
8
|
+
{% assign tags = include.tags | join: ',' | default: '' | component_escape %}
|
9
9
|
|
10
10
|
<a
|
11
11
|
{% if include.share.url == '%url' %}
|
@@ -13,7 +13,7 @@
|
|
13
13
|
{% else %}
|
14
14
|
target="_blank"
|
15
15
|
{% endif %}
|
16
|
-
rel="noopener nofollow"
|
16
|
+
rel="noopener nofollow noreferrer"
|
17
17
|
title="{{ include.share.title }}"
|
18
18
|
class="d-flex flex-column align-items-center p-3"
|
19
19
|
href="{{ include.share.url | replace: '%url', url | replace: '%title', title | replace: '%description', description | replace: '%tags', tags }}">
|
data/_includes/share_box.html
CHANGED
@@ -1,16 +1,31 @@
|
|
1
|
-
|
1
|
+
{%- assign title = include.title | unescape -%}
|
2
|
+
{%- assign text = include.description | strip_html | unescape -%}
|
3
|
+
{%- assign url = site.url | append: "/" | append: include.url -%}
|
4
|
+
{%- assign id = include.id | default: 'share' -%}
|
2
5
|
|
3
|
-
|
6
|
+
{% capture label %}
|
4
7
|
{{ site.i18n.share.text }}
|
5
8
|
<i class="fa fa-{{ site.i18n.share.icon }}"></i>
|
9
|
+
{% endcapture %}
|
6
10
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
11
|
+
{% include_cached toggler_label.html id=id content=label %}
|
12
|
+
|
13
|
+
{%- capture extra -%}
|
14
|
+
data-controller="share"
|
15
|
+
data-action="share#share"
|
16
|
+
data-share-title-value="{{ title | escape }}"
|
17
|
+
data-share-text-value="{{ text | escape }}"
|
18
|
+
data-share-url-value="{{ url | escape }}"
|
19
|
+
{%- endcapture -%}
|
20
|
+
|
21
|
+
{%- include_cached toggler.html id=id extra=extra -%}
|
22
|
+
|
23
|
+
<div class="share-box toggled d-flex align-items-center justify-content-center">
|
24
|
+
<div class="box background-white color-redpink row no-gutters align-items-center justify-content-center p-3">
|
25
|
+
{% for share in site.i18n.share.items %}
|
26
|
+
<div class="col-4">
|
27
|
+
{% include_cached share.html share=share url=include.url title=include.title description=text tags=include.tags %}
|
28
|
+
</div>
|
29
|
+
{% endfor %}
|
15
30
|
</div>
|
16
|
-
</
|
31
|
+
</div>
|
data/_includes/state.html
CHANGED
@@ -17,10 +17,10 @@
|
|
17
17
|
{% if include.field[1].required %}*{% endif %}
|
18
18
|
</label>
|
19
19
|
|
20
|
-
<input data-target="
|
20
|
+
<input data-state-target="id" type="hidden" name="{{ name }}" id="{{ id }}" value="" />
|
21
21
|
|
22
22
|
<input
|
23
|
-
data-target="
|
23
|
+
data-state-target="name"
|
24
24
|
{% if help %}
|
25
25
|
aria-describedby="help-{{ id }}"
|
26
26
|
{% endif %}
|
@@ -47,7 +47,7 @@
|
|
47
47
|
</small>
|
48
48
|
{%- endif -%}
|
49
49
|
|
50
|
-
<datalist id="list-{{ id }}" data-target="
|
50
|
+
<datalist id="list-{{ id }}" data-state-target="list">
|
51
51
|
</datalist>
|
52
52
|
</div>
|
53
53
|
|
@@ -0,0 +1,15 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
|
3
|
+
Para asignar un enlace a un bloque contenedor.
|
4
|
+
|
5
|
+
@param :href [String] La URL
|
6
|
+
@param :alt [String] La descripción
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
9
|
+
<a
|
10
|
+
class="stretched-link black hover-black text-decoration-none"
|
11
|
+
href="{{ include.href | component_escape }}"
|
12
|
+
{{ include.href | start_with: "https://" | value_if: 'rel="noopener" target="_blank"' }}
|
13
|
+
{{ include.href | start_with: "http://" | value_if: 'rel="noopener" target="_blank"' }}>
|
14
|
+
<span class="sr-only">{{ include.alt }}</span>
|
15
|
+
</a>
|
data/_includes/string.html
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
|
3
|
+
Form: type string
|
4
|
+
|
5
|
+
@param :field [Integer] El campo del formulario
|
6
|
+
@param :input_class [String] Las clases del componente
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
1
9
|
{% assign f = field %}
|
2
10
|
{% assign f.type = 'text' %}
|
3
|
-
|
11
|
+
|
12
|
+
{% include input.html field=f input_class=include.input_class %}
|
data/_includes/submit.html
CHANGED
@@ -1 +1,13 @@
|
|
1
|
-
|
1
|
+
{%- comment -%}
|
2
|
+
|
3
|
+
Form: type submit
|
4
|
+
|
5
|
+
@param :field [Integer] El campo del formulario
|
6
|
+
@param :submit_class [String] Las clases del componente
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
9
|
+
<input
|
10
|
+
{{ include.field[1].extra }}
|
11
|
+
type="submit"
|
12
|
+
class="btn btn-success {{ include.submit_class }}"
|
13
|
+
value="{{ include.field[1].label[site.locale] }}" />
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="18px" viewBox="0 0 24 24" width="18px" fill="#ffffff"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="18px" viewBox="0 0 24 24" width="18px" fill="#ffffff"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<svg
|
2
|
+
class="{{ include.class }}"
|
3
|
+
viewBox="0 0 16 14"
|
4
|
+
fill="white"
|
5
|
+
xmlns="http://www.w3.org/2000/svg">
|
6
|
+
<line x1="1" y1="1" x2="15" y2="1" stroke="black" stroke-width="2" stroke-linecap="round"/>
|
7
|
+
<line x1="1" y1="6.81836" x2="15" y2="6.81836" stroke="black" stroke-width="2" stroke-linecap="round"/>
|
8
|
+
<line x1="1" y1="12.6362" x2="15" y2="12.6362" stroke="black" stroke-width="2" stroke-linecap="round"/>
|
9
|
+
</svg>
|
data/_includes/svg/x.svg
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg class="{{ include.class }}" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.656874 0.000938353C0.373797 0.0285864 0.132829 0.218575 0.0399914 0.487445C-0.0530995 0.756315 0.0194448 1.05461 0.22516 1.25095L5.15691 6.19413L0.22516 11.1259C-0.0604506 11.4115 -0.0604506 11.8744 0.22516 12.16C0.51077 12.4457 0.973668 12.4457 1.25932 12.16L6.2025 7.21686L11.1342 12.16C11.4199 12.4457 11.8828 12.4457 12.1681 12.16C12.4538 11.8744 12.4538 11.4115 12.1684 11.1259L7.22522 6.19413L12.1684 1.25095C12.3853 1.04143 12.4505 0.719549 12.332 0.442055C12.2133 0.164562 11.9358 -0.0109708 11.6342 0.000951234C11.4458 0.00551695 11.2667 0.0828794 11.1343 0.217061L6.20251 5.14882L1.25933 0.217061C1.12134 0.0773015 0.932629 -0.00057474 0.736551 0.000951234C0.709917 -0.000317078 0.683538 -0.000317078 0.656902 0.000951234L0.656874 0.000938353Z" fill="white"/>
|
3
|
+
</svg>
|
data/_includes/tel.html
CHANGED
@@ -1 +1,9 @@
|
|
1
|
-
{
|
1
|
+
{%- comment -%}
|
2
|
+
|
3
|
+
Form: type tel
|
4
|
+
|
5
|
+
@param :field [Integer] El campo del formulario
|
6
|
+
@param :input_class [String] Las clases del componente
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
9
|
+
{% include input.html field=field input_class=include.input_class %}
|
data/_includes/text.html
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
{%- comment -%}
|
2
|
+
|
3
|
+
Form: type text
|
4
|
+
|
5
|
+
@param :field [Integer] El campo del formulario
|
6
|
+
@param :text_class [String] Las clases del componente
|
7
|
+
@param :rows [String] La cantidad de filas que muestra el campo
|
8
|
+
{%- endcomment -%}
|
9
|
+
|
1
10
|
{%- assign name = include.field[0] -%}
|
2
11
|
{%- assign id = include.field[1].id | default: name -%}
|
3
12
|
{%- assign label = include.field[1].label[site.locale] -%}
|
@@ -6,8 +15,8 @@
|
|
6
15
|
|
7
16
|
<div class="form-group">
|
8
17
|
<label for="{{ id }}">
|
9
|
-
{% if include.field[1].required %}*{% endif %}
|
10
18
|
{{ label }}
|
19
|
+
{% if include.field[1].required %}*{% endif %}
|
11
20
|
</label>
|
12
21
|
|
13
22
|
<textarea
|
@@ -22,7 +31,8 @@
|
|
22
31
|
{% if autocomplete %}
|
23
32
|
autocomplete="{{ autocomplete }}"
|
24
33
|
{% endif %}
|
25
|
-
|
34
|
+
rows="{{ include.rows | default: "3" }}"
|
35
|
+
class="form-control {{ include.text_class }}"></textarea>
|
26
36
|
|
27
37
|
{%- if .help -%}
|
28
38
|
<small id="help-{{ id }}" class="form-text">
|
@@ -0,0 +1 @@
|
|
1
|
+
{% include buttons/copy.html copy="https://sutty.nl" text="Text" %}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
{% include buttons/link.html href="#" content="Become a subscriber" class="btn-primary" %}
|
2
|
+
|
3
|
+
{% include headings/with_link.html level=2 text="Botón con link externo" %}
|
4
|
+
|
5
|
+
{% include buttons/link.html href="https://sutty.nl/" content="Find out more about Sutty" class="btn-primary" %}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<div class="content">
|
2
|
+
{%- include headings/h2.html text="Botones" -%}
|
3
|
+
|
4
|
+
{%- include headings/h3.html text="Botón con link" -%}
|
5
|
+
|
6
|
+
{%- include buttons/link.html href="#" class="btn-primary" content="Click me" -%}
|
7
|
+
|
8
|
+
{%- include headings/h3.html text="Botón con link externo" -%}
|
9
|
+
|
10
|
+
{%- include buttons/link.html href="https://sutty.nl/" class="btn-primary" content="Click me" -%}
|
11
|
+
|
12
|
+
{%- include headings/h3.html text="Botón con atributos extra" -%}
|
13
|
+
|
14
|
+
{%- assign extra = 'data-extra="Inspeccióname"' -%}
|
15
|
+
|
16
|
+
<p>Inspeccionar para encontrar el atributo <code>{{ extra }}</code></p>
|
17
|
+
|
18
|
+
{%- include buttons/link.html href="#" class="btn-primary" content="Click me" extra=extra -%}
|
19
|
+
|
20
|
+
{%- include headings/h3.html text="Botones de todos los colores" -%}
|
21
|
+
|
22
|
+
{%- for color in site.data.theme.colors -%}
|
23
|
+
{%- assign class = color[0] | replace: "_", "-" | prepend: "btn-" -%}
|
24
|
+
|
25
|
+
{%- include buttons/link.html href="#" class=class content=class -%}
|
26
|
+
{%- endfor -%}
|
27
|
+
|
28
|
+
{%- include headings/h3.html text="Botón sin link" -%}
|
29
|
+
|
30
|
+
<p>Los botones <code><button></code> se usan para interacciones JavaScript</p>
|
31
|
+
|
32
|
+
{%- include buttons/button.html class="btn-primary" content="Click me" -%}
|
33
|
+
</div>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<div class="row row-cols-2 row-cols-md-4">
|
2
|
+
{% for color in site.data.theme.colors %}
|
3
|
+
<div class="col">
|
4
|
+
<div class="w-100 embed-responsive embed-responsive-1by1">
|
5
|
+
<div class="embed-responsive-item background-{{ color[0] | replace: "_", "-" }} d-flex align-items-center justify-content-center">
|
6
|
+
<div>
|
7
|
+
<p>{{ color[0] | replace: "_", "-" }}</p>
|
8
|
+
<p>{{ color[1] }}</p>
|
9
|
+
</div>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
{% endfor %}
|
14
|
+
</div>
|
@@ -0,0 +1,41 @@
|
|
1
|
+
<div class="content">
|
2
|
+
<h2>Título 2</h2>
|
3
|
+
<h3>Título 3</h3>
|
4
|
+
<h4>Título 4</h4>
|
5
|
+
<h5>Título 5</h5>
|
6
|
+
<h6>Título 6</h6>
|
7
|
+
|
8
|
+
<p class="display-1">Display 1</p>
|
9
|
+
<p class="display-2">Display 2</p>
|
10
|
+
<p class="display-3">Display 3</p>
|
11
|
+
<p class="display-4">Display 4</p>
|
12
|
+
|
13
|
+
<p class="lead">Párrafo resaltado</p>
|
14
|
+
|
15
|
+
<p class="lead-md">
|
16
|
+
<strong>Lorem ipsum dolor sit amet</strong>, consectetur adipiscing
|
17
|
+
elit, sed do eiusmod tempor incididunt ut labore et dolore magna
|
18
|
+
aliqua. <a href="#">Ut enim ad minim veniam</a>, quis nostrud
|
19
|
+
exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
20
|
+
consequat. <em>Duis aute irure dolor</em> in reprehenderit in
|
21
|
+
voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
22
|
+
Excepteur <mark>sint occaecat cupidatat non proident</mark>, sunt in
|
23
|
+
culpa qui officia <small>deserunt mollit anim id est laborum</small>.
|
24
|
+
</p>
|
25
|
+
|
26
|
+
<ul>
|
27
|
+
<li>Lorem ipsum dolor sit amet</li>
|
28
|
+
<li>consectetur adipiscing elit</li>
|
29
|
+
<li>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</li>
|
30
|
+
</ul>
|
31
|
+
|
32
|
+
<ol>
|
33
|
+
<li>Lorem ipsum dolor sit amet</li>
|
34
|
+
<li>consectetur adipiscing elit</li>
|
35
|
+
<li>sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</li>
|
36
|
+
</ol>
|
37
|
+
|
38
|
+
<blockquote>
|
39
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
40
|
+
</blockquote>
|
41
|
+
</div>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
{% for embed_responsive_aspect_ratio in site.data.theme.embed_responsive_aspect_ratios %}
|
2
|
+
{% assign x = embed_responsive_aspect_ratio | split: " " | first | remove: "(" %}
|
3
|
+
{% assign y = embed_responsive_aspect_ratio | split: " " | last | remove: ")" %}
|
4
|
+
{% assign text = x | append: "by" | append: y %}
|
5
|
+
|
6
|
+
<div class="mb-3">
|
7
|
+
{% include headings/with_link.html level=2 text=text %}
|
8
|
+
{% include embed_responsive.html src="public/placeholder.png" width=576 x=x y=y img_class="w-100 h-100 fit-cover" %}
|
9
|
+
</div>
|
10
|
+
{% endfor %}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{% for font_size in site.data.theme.font_sizes %}
|
2
|
+
<div class="mb-3">
|
3
|
+
{% assign title = "Tipografía f-" | append: font_size[0] %}
|
4
|
+
{% include headings/with_link.html level=2 text=title %}
|
5
|
+
|
6
|
+
<p class="f-{{ font_size[0] }}">
|
7
|
+
<strong>Lorem ipsum dolor sit amet</strong>, consectetur
|
8
|
+
adipiscing elit, sed do eiusmod tempor incididunt ut labore et
|
9
|
+
dolore magna aliqua. <a href="#">Ut enim ad minim veniam</a>, quis
|
10
|
+
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
11
|
+
consequat. <em>Duis aute irure dolor</em> in reprehenderit in
|
12
|
+
voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
13
|
+
Excepteur <mark>sint occaecat cupidatat non proident</mark>, sunt
|
14
|
+
in culpa qui officia <small>deserunt mollit anim id est
|
15
|
+
laborum</small>.
|
16
|
+
</p>
|
17
|
+
</div>
|
18
|
+
{% endfor %}
|
@@ -0,0 +1 @@
|
|
1
|
+
{% include footer.html %}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{% comment %}
|
2
|
+
Este elemento colocado en el mismo nivel que un elemento con la clase
|
3
|
+
toggled permite ocultarlo o mostrarlo.
|
4
|
+
|
5
|
+
@see toggler_label.html
|
6
|
+
@param :id [String] La ID
|
7
|
+
@param :toggled_class [String] Las clases del elemento toggled
|
8
|
+
@param :toggled_content [String] El contenido del elemento toggled
|
9
|
+
{% endcomment %}
|
10
|
+
<input
|
11
|
+
type="checkbox"
|
12
|
+
class="toggler sr-only"
|
13
|
+
data-action="body-scroll#toggle"
|
14
|
+
autocomplete="off"
|
15
|
+
id="{{ include.id }}"
|
16
|
+
name="{{ include.id }}"
|
17
|
+
aria-labelledby="{{ include.id }}-label" />
|
18
|
+
|
19
|
+
<div class="toggled position-absolute {{ include.toggled_class }}">
|
20
|
+
{{ include.toggled_content }}
|
21
|
+
</div>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{% comment %}
|
2
|
+
Este label puede usarse para abrir y cerrar un elemento asociado a
|
3
|
+
toggler.html
|
4
|
+
|
5
|
+
Mientras compartan la misma ID puede colocarse el label en cualquier
|
6
|
+
lado del HTML.
|
7
|
+
|
8
|
+
@see toggler.html
|
9
|
+
@param :id [String] La ID del elemento
|
10
|
+
@param :class [String] CSS
|
11
|
+
@param :content [String] Contenido
|
12
|
+
{% endcomment %}
|
13
|
+
<label
|
14
|
+
data-controller="label"
|
15
|
+
tabindex="0"
|
16
|
+
aria-hidden="true"
|
17
|
+
id="{{ include.id }}-label"
|
18
|
+
for="{{ include.id }}"
|
19
|
+
class="{{ include.class }}">
|
20
|
+
{{ include.content }}
|
21
|
+
</label>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{% comment %}
|
2
|
+
Este label puede usarse para abrir y cerrar un elemento asociado a
|
3
|
+
toggler.html
|
4
|
+
|
5
|
+
Similar a toggler_label.html pero no comparte la misma ID, se puede
|
6
|
+
usar para botones de cierre o relacionados, pero que no aportan
|
7
|
+
descripción al elemento que se abre y cierra (especialmente para
|
8
|
+
lectores de pantalla).
|
9
|
+
|
10
|
+
@see togger_label.html
|
11
|
+
@param :id [String] La ID del elemento
|
12
|
+
@param :class [String] CSS
|
13
|
+
@param :content [HTML] Contenido
|
14
|
+
{% endcomment %}
|
15
|
+
<label
|
16
|
+
data-controller="label"
|
17
|
+
tabindex="0"
|
18
|
+
aria-hidden="true"
|
19
|
+
id="{{ include.id }}-label-related"
|
20
|
+
for="{{ include.id }}"
|
21
|
+
class="{{ include.class }}">
|
22
|
+
{{ include.content }}
|
23
|
+
</label>
|
data/_includes/url.html
CHANGED
@@ -1 +1,9 @@
|
|
1
|
-
{
|
1
|
+
{%- comment -%}
|
2
|
+
|
3
|
+
Form: type url
|
4
|
+
|
5
|
+
@param :field [Integer] El campo del formulario
|
6
|
+
@param :input_class [String] Las clases del componente
|
7
|
+
{%- endcomment -%}
|
8
|
+
|
9
|
+
{% include input.html field=field input_class=include.input_class %}
|
data/_layouts/cart.html
CHANGED
@@ -37,7 +37,7 @@ layout: default
|
|
37
37
|
</div>
|
38
38
|
</div>
|
39
39
|
|
40
|
-
<div class="col-12" data-target="
|
40
|
+
<div class="col-12" data-order-target="cart">
|
41
41
|
</div>
|
42
42
|
</div>
|
43
43
|
|
@@ -57,7 +57,7 @@ layout: default
|
|
57
57
|
</div>
|
58
58
|
|
59
59
|
<div class="col-6 col-lg text-center">
|
60
|
-
<p class="font-weight-bold" data-target="
|
60
|
+
<p class="font-weight-bold" data-order-target="subtotal">0</p>
|
61
61
|
</div>
|
62
62
|
|
63
63
|
<div class="col-lg-2"></div>
|