Sha256: 30786e1560cfb5c838f694f5f36d71f59d4d815eca8d0719054780e24f14a804

Contents?: true

Size: 720 Bytes

Versions: 25

Compression:

Stored size: 720 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" 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 action="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact/contacto"
      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

25 entries across 25 versions & 5 rubygems

Version Path
sutty-donaciones-jekyll-theme-0.3.0rc0 _includes/contact.html
radios-comunitarias-jekyll-theme-0.3.0rc0 _includes/contact.html
sutty-donaciones-jekyll-theme-0.2.0 _includes/contact.html
radios-comunitarias-jekyll-theme-0.2.0 _includes/contact.html
radios-comunitarias-jekyll-theme-0.1.6 _includes/contact.html
sutty-donaciones-jekyll-theme-0.1.3 _includes/contact.html
radios-comunitarias-jekyll-theme-0.1.5 _includes/contact.html
recursero-jekyll-theme-0.1.3 _includes/contact.html
radios-comunitarias-jekyll-theme-0.1.4 _includes/contact.html
recursero-jekyll-theme-0.1.2 _includes/contact.html
recursero-jekyll-theme-0.1.1 _includes/contact.html
recursero-jekyll-theme-0.1.0 _includes/contact.html
radios-comunitarias-jekyll-theme-0.1.3 _includes/contact.html
radios-comunitarias-jekyll-theme-0.1.1 _includes/contact.html
radios-comunitarias-jekyll-theme-0.1.0 _includes/contact.html
adhesiones-jekyll-theme-0.2.1 _includes/contact.html
adhesiones-jekyll-theme-0.2.0 _includes/contact.html
adhesiones-jekyll-theme-0.1.2 _includes/contact.html
adhesiones-jekyll-theme-0.1.1 _includes/contact.html
share-to-fediverse-jekyll-theme-0.1.4 _includes/contact.html