Sha256: e2da5614cadf959fa2f976e79fe07667d548d8f8af9435390986da136adacd71

Contents?: true

Size: 785 Bytes

Versions: 7

Compression:

Stored size: 785 Bytes

Contents

---
layout: default
---

{% if content %}
<header>
  {{ content }}
</header>
{% endif %}

{% assign image = "/assets/images/stock" | relative_url %}
<section class="tiles">
  {% for collection in site.collections %}
    {% unless collection.navigation_list == true %}
      {% continue %}
    {% endunless %}
    <article>
      <span class="image">
        <img src="{{ image }}{% cycle '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12' %}.jpg" alt="" />
      </span>
      <a href="{{ collection.label | slugify | prepend: '/' | append: '.html' | relative_url }}">
        <h2>{{ collection.label | capitalize }}</h2>
        <div class="content">
          <p>{{ collection.description }}</p>
        </div>
      </a>
    </article>
  {% endfor %}
</section>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phantom-blergh-0.2.0 _layouts/home.html
phantom-blergh-0.1.5 _layouts/home.html
phantom-blergh-0.1.4 _layouts/home.html
phantom-blergh-0.1.3 _layouts/home.html
phantom-blergh-0.1.2 _layouts/home.html
phantom-blergh-0.1.1 _layouts/home.html
phantom-blergh-0.1.0 _layouts/home.html