Sha256: be3d203e7f2f8b8eb8164bf8a9bb7109067ae7af7ac4f4f4de1f09fcb368848e

Contents?: true

Size: 874 Bytes

Versions: 2

Compression:

Stored size: 874 Bytes

Contents

---
layout: default
---

{%- assign portada = site.posts | where: 'layout', 'portada' | first -%}
{%- assign botones = site.posts | where: 'layout', 'boton' -%}

<section class="mt-5 mb-5">
  <h1>{{ portada.title }}</h1>
  <p class="lead">{{ portada.author | join: ', ' }} &mdash; {{ portada.description }}</p>

  {%- if portada.image.path -%}
    <img
      src="{{ portada.image.path }}"
      class="img-fluid"
      alt="{{ portada.image.description | default: portada.title }}">
  {%- endif -%}

  <div class="mt-5 mb-5">
    {{ portada.content }}
  </div>
</section>

<section class="row justify-content-center mb-5">
  <div class="col-md-6">
    {% for boton in botones %}
      <a
        class="btn btn-block btn-lg btn-{{ boton.slug }} mt-3"
        target="_blank"
        href="{{ boton.payment_url }}">{{ boton.title }}</a>
    {% endfor %}
  </div>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sutty-donaciones-jekyll-theme-0.1.3 _layouts/home.html
sutty-donaciones-jekyll-theme-0.1.2 _layouts/home.html