Sha256: 00e07f1f1d2a11f682a7cb2d79107ccd370d66f224c1d4ccb526d9aca886c3da

Contents?: true

Size: 823 Bytes

Versions: 6

Compression:

Stored size: 823 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.{{ site.hostname }}/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-turbo="false"
  data-controller="contact"
  data-delay="60"
  action="https://api.{{ site.hostname }}/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

6 entries across 6 versions & 1 rubygems

Version Path
observatorio-jekyll-theme-0.1.7 _includes/contact.html
observatorio-jekyll-theme-0.1.6 _includes/contact.html
observatorio-jekyll-theme-0.1.5 _includes/contact.html
observatorio-jekyll-theme-0.1.4 _includes/contact.html
observatorio-jekyll-theme-0.1.3 _includes/contact.html
observatorio-jekyll-theme-0.1.2 _includes/contact.html