Sha256: e26adae86e7de7c7fe31ce5de5730ff4bb359514c453efbd4cc6741323ba1f6a
Contents?: true
Size: 489 Bytes
Versions: 1
Compression:
Stored size: 489 Bytes
Contents
<h1>{{ include.collection.label | capitalize }}</h1> <section class="collection-index"> {% for item in include.collection.docs %} {% comment %} <pre><code> {{ item | inspect }} </pre></code> {% endcomment %} <article{% cycle '', ' class="alternate"' %}> <a href="{{ item.url | relative_url }}"> <h2>{{ item.title | escape }} →</h2> <div class="content"> {{ item.excerpt }} </div> </a> </article> {% endfor %} </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phantom-blergh-0.1.0 | _includes/collection-index.html |