Sha256: 7e526d1d4d8569b9781aca96bf425261805bd25e075acae6976e912a4b1147a5

Contents?: true

Size: 780 Bytes

Versions: 12

Compression:

Stored size: 780 Bytes

Contents

{% comment %}
Esta imagen obtiene una cookie desde la API de Sutty para autorizar el
envío del formulario.
{% endcomment %}
<img class="d-none invisible" src="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact/cookie.png" />

{% comment %}
  El formulario se envía a la API.  La definición del formulario se
  encuentra en _data/forms/contacto.yml
{% endcomment %}
<form
  data-controller="contact"
  data-delay="60"
  action="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact/{{ include.name }}"
  method="post">
  {%- for field in include.form -%}
    {% assign template = field[1].type | append: '.html' %}
    <div class="col{{ field[1].col | default: 12 | prepend: '-' }}">
      {% include {{ template }} field=field %}
    </div>
  {%- endfor -%}
</form>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
adhesiones-jekyll-theme-0.4.1 _includes/contact.html
adhesiones-jekyll-theme-0.4.0 _includes/contact.html
adhesiones-jekyll-theme-0.3.2 _includes/contact.html
adhesiones-jekyll-theme-0.3.1 _includes/contact.html
recursero-jekyll-theme-0.3.0 _includes/contact.html
adhesiones-jekyll-theme-0.3.0 _includes/contact.html
adhesiones-jekyll-theme-0.2.6 _includes/contact.html
adhesiones-jekyll-theme-0.2.5 _includes/contact.html
adhesiones-jekyll-theme-0.2.4 _includes/contact.html
adhesiones-jekyll-theme-0.2.3 _includes/contact.html
adhesiones-jekyll-theme-0.2.2 _includes/contact.html
recursero-jekyll-theme-0.2.0 _includes/contact.html