Sha256: d6f2d79ce050c2e0172839c553cf1777a238ae157b216ee0d0df11903f051dfb
Contents?: true
Size: 968 Bytes
Versions: 3
Compression:
Stored size: 968 Bytes
Contents
--- layout: default footer: false --- {% assign posts = site.posts | where: "layout", "post" | order %} {% include editorial.html editorial=page content=true %} <section class="row row-cols-1 row-cols-md-3 row-cols-lg-4 mt-5"> {%- for post in posts -%} <article class="col d-flex flex-column justify-content-between mb-3"> <header class="position-relative"> <div class="text-center"> <img class="img-fluid h-300" src="{{ post.image.path | default: page.logo.path | thumbnail: nil, 300 | component_escape }}" alt="{{ post.image.description | default: page.logo.description | default: post.title | escape_once }}" loading="lazy" /> </div> <h1 class="f-4 mt-3">{{ post.title }}</h1> <a class="stretched-link" href="{{ post.url | component_escape }}"></a> </header> <p>{{ post.author | join: ', ' }}</p> </article> {%- endfor %} </section>
Version data entries
3 entries across 3 versions & 1 rubygems