Sha256: 1e1dc26faa017a8f90380f28b9996a1767face49aa1558bb9d8141edaa2ee35c

Contents?: true

Size: 906 Bytes

Versions: 15

Compression:

Stored size: 906 Bytes

Contents

{% capture modal_content %}
<form>
  <div class="modal-header">
    <h4 class="modal-title" id="myModalLabel">{{ include.name }}</h4>
    <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  </div>
  <div class="modal-body form-horizontal text-center">
    {{ content }}
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-default" data-bs-dismiss="modal">
      {% if page.cancel_text %}
        {{ page.cancel_text }}
      {% else %}
        Cancel
      {% endif %}
    </button>
    <button type="submit" class="btn btn-primary" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">
      {% if page.submit_text %}
        {{ page.submit_text }}
      {% else %}
        Submit
      {% endif %}
    </button>
  </div>
</form>
{% endcapture %}

{% include modals/modal.html content=modal_content modal_id=include.modal_id%}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jekyll-theme-easy-wedding-0.1.24 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.23 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.22 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.21 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.20 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.19 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.18 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.17 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.16 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.15 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.14 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.13 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.12 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.11 _includes/modals/form_modal.html
jekyll-theme-easy-wedding-0.1.10 _includes/modals/form_modal.html