Sha256: 1dd45a73b5c5c064d24dbfab02ed4c93da7cab5d19b7b93f7b52e946339eecb9
Contents?: true
Size: 488 Bytes
Versions: 12
Compression:
Stored size: 488 Bytes
Contents
<section class="row no-gutters justify-content-center"> <header class="col-10 mb-3"> <h1>{{ include.page.title }}</h1> </header> <div class="col-10 container"> <div class="row justify-content-start row-cols-1 row-cols-md-2 row-cols-lg-3"> {% for post in include.page.posts %} {%- if site.ignored_layouts contains post.layout -%}{%- continue -%}{%- endif -%} {%- include_cached post.html post=post -%} {% endfor %} </div> </div> </section>
Version data entries
12 entries across 6 versions & 1 rubygems