Sha256: 8e5d4492aab4cb9f27538f40529a835d6e3855239ed33bdda997b2472833d259

Contents?: true

Size: 759 Bytes

Versions: 7

Compression:

Stored size: 759 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
  class="row no-gutters"
  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

7 entries across 7 versions & 1 rubygems

Version Path
empresa-recuperada-jekyll-theme-0.2.6 _includes/contact.html
empresa-recuperada-jekyll-theme-0.2.5 _includes/contact.html
empresa-recuperada-jekyll-theme-0.2.4 _includes/contact.html
empresa-recuperada-jekyll-theme-0.2.3 _includes/contact.html
empresa-recuperada-jekyll-theme-0.2.2 _includes/contact.html
empresa-recuperada-jekyll-theme-0.2.1 _includes/contact.html
empresa-recuperada-jekyll-theme-0.2.0 _includes/contact.html