Sha256: 91617ad8e6a4929adc5ada66cf244a57583c34346b9d8026a7a06bf16d99a34f

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

Stored size: 654 Bytes

Contents

---
layout: index
---

<!-- Homepage Layout -->
{%- for post in site.posts -%}
    <div class="snip">
        <div class="snip-header">
            <h2 class="snip-title">
                {{ post.title }}
            </h2>
            <h4 class="snip-subtitle">
                {{ post.date | date_to_string: 'ordinal', 'US' }}
            </h4>
        </div>
        <div class="snip-excerpt">
            {{ post.excerpt }}
        </div>
        <div class="button-group">
            <a class="button"
                href="{{ post.url }}">
                Read More
            </a>
        </div>
    </div>
{%- endfor -%}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-peaceful-gates-1.2.0 _layouts/post-index.html
jekyll-theme-peaceful-gates-1.1.0 _layouts/post-index.html