Sha256: ed83c3792df7536b931039617052f3327a2075467916454cbffd1f8efba3fcad

Contents?: true

Size: 925 Bytes

Versions: 13

Compression:

Stored size: 925 Bytes

Contents

---
layout: default
---

{% assign books = site.posts | where: 'layout', 'book' %}

<div class="row books row-cols-1 row-cols-md-3 row-cols-lg-4">
  {%- for book in books -%}
    <article
      {% include_cached cart_controller.html product=book extra=book.author %}
      class="col d-flex flex-column justify-content-between book mb-3">
      <header class="position-relative">
        <div class="text-center">
          <img
            class="img-fluid h-300"
            src="{{ book.image.path | thumbnail: nil, 300 }}"
            alt="{{ book.image.description | default: book.title }}"
            loading="lazy" />
        </div>

        <h1 class="f-4 mt-3">{{ book.title }}</h1>

        <a class="stretched-link" href="{{ book.url }}"></a>
      </header>

      <p>{{ book.author | join: ', ' }}</p>

      
      {%- include_cached cart_add.html product=book -%}
      
    </article>
  {%- endfor %}
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.5.0rc8 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc7 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc6 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc5 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc4 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc3 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc2 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc1 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.5.0rc0 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.4.2 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.4.1 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.4.0 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.3.5 _layouts/home.html