Sha256: 8328236610042d0dd26b3f5a82c9f09c53367bba573f3f923dbef96e48971fab

Contents?: true

Size: 500 Bytes

Versions: 4

Compression:

Stored size: 500 Bytes

Contents

---
layout: default
---

<div class="row books">
  {% assign books = site.posts | where: 'layout', 'book' %}
  {%- for book in books -%}
    <a href="{{ book.url }}">
      <div class="col book">
        <img
          src="{{ book.image.path | thumbnail: 212, 300 }}"
          alt="{{ book.image.description | default: book.title }}"
          loading="lazy"
          />

        <h2>{{ book.title }}</h2>
        <p>{{ book.author | join: ', ' }}</p>
      </div>
    </a>
  {%- endfor %}
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
editorial-autogestiva-jekyll-theme-0.2.8 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.2.7 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.2.6 _layouts/home.html
editorial-autogestiva-jekyll-theme-0.2.5 _layouts/home.html