Sha256: 2e2d180639578510e9d444f0a1f40735db44dc13130fafd83517b22829a80a43

Contents?: true

Size: 923 Bytes

Versions: 49

Compression:

Stored size: 923 Bytes

Contents

{%- assign name = include.field[0] -%}
{%- assign id = include.field[1].id | default: name -%}
{%- assign label = include.field[1]['path'].label[site.locale] -%}
{%- assign help = include.field[1]['path'].help[site.locale] -%}
{%- assign accept = include.field[1].accept -%}

<label>{{ label }}</label>

<div class="custom-file">
  <input
    {% if help %}
      aria-describedby="help-{{ id }}"
    {% endif %}
    {% if include.field[1].required %}
      required
    {% endif %}
    type="{{ include.field[1].type }}"
    name="{{ name }}[path]"
    id="{{ id }}_path"
    {% if accept %}
    accept="{{ accept }}"
    {% endif %}
    class="custom-file-input" />

  <label for="{{ id }}_path" class="custom-file-label">
    {{ label }}
    {% if include.field[1].required %}*{% endif %}
  </label>

  {%- if help -%}
    <small id="help-{{ id }}" class="form-text">
      {{ help }}
    </small>
  {%- endif -%}
</div>

Version data entries

49 entries across 49 versions & 6 rubygems

Version Path
empresa-recuperada-jekyll-theme-0.2.6 _includes/file.html
empresa-recuperada-jekyll-theme-0.2.5 _includes/file.html
empresa-recuperada-jekyll-theme-0.2.4 _includes/file.html
empresa-recuperada-jekyll-theme-0.2.3 _includes/file.html
empresa-recuperada-jekyll-theme-0.2.2 _includes/file.html
empresa-recuperada-jekyll-theme-0.2.1 _includes/file.html
empresa-recuperada-jekyll-theme-0.2.0 _includes/file.html
adhesiones-jekyll-theme-0.4.1 _includes/file.html
editorial-autogestiva-jekyll-theme-0.5.0rc0 _includes/file.html
radios-comunitarias-jekyll-theme-0.3.0rc0 _includes/file.html
adhesiones-jekyll-theme-0.4.0 _includes/file.html
observatorio-jekyll-theme-0.1.7 _includes/file.html
adhesiones-jekyll-theme-0.3.2 _includes/file.html
adhesiones-jekyll-theme-0.3.1 _includes/file.html
recursero-jekyll-theme-0.3.0 _includes/file.html
editorial-autogestiva-jekyll-theme-0.4.2 _includes/file.html
adhesiones-jekyll-theme-0.3.0 _includes/file.html
radios-comunitarias-jekyll-theme-0.2.0 _includes/file.html
editorial-autogestiva-jekyll-theme-0.4.1 _includes/file.html
editorial-autogestiva-jekyll-theme-0.4.0 _includes/file.html