Sha256: c1a132744b96d0eaac462ca1abcd63c21ff9e0f3240bf1962c30e18ec5059b21

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

---
layout: default
---
<main>
    <nav class="list">
        {% for post in site[page.collection] %}
        <a href="{{ post.url }}">
            <section>
                <h1>{{ post.title }}</h1>
                {{ post.excerpt }}
            </section>
        </a>
        {% endfor %}
    </nav>
</main>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voppe-jekyll-theme-0.4.0 _layouts/list.html