Sha256: 05da127a055786f45b2493ee65d5db8735f97449bf09d1f3fe35ed6234fc3a74
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 Bytes
Contents
--- layout: default description: Template for homepage. remark: See also page.layout == 'home' in head.html and header.html. --- {{ content }} {% if site.posts_on_home > 0 %} <div class="row cards mt-4"> {% for item in site.posts limit:site.posts_on_home %} <div class="col-md-6{% if two_col %} col-lg-4{% endif %}"> {% include card.html %} </div> {% endfor %} </div> {% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-petridish-3.1.0 | _layouts/home.html |