Sha256: bf0f48c9c01f3a8c86f9e3972f1abd89d075346f3e38b83daefa84847e1bf505

Contents?: true

Size: 562 Bytes

Versions: 13

Compression:

Stored size: 562 Bytes

Contents

{% assign loop = site.collections | sort: 'weight' %}

  {% for book in loop %}

    {% assign label = book.label %}
    {% assign url = label | prepend: '/' | append: '/' %}
    {% assign svg = label | append: '.svg' %}

    {% unless label == 'posts' %}

      <div class="wrap book">

        <a class="link book {% if book.live %}{{ label }}{% else %}draft{% endif %}" 
           href="{% if book.live %}{{ url }}{% else %}#{% endif %}">

          {% include {{ SvgBook | append : svg }} %}

        </a>

      </div>

    {% endunless %}

  {% endfor %}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
futuro-1.0.9 _includes/html/page/layout/home.liquid
futuro-1.0.8 _includes/html/page/layout/home.liquid
futuro-1.0.7 _includes/html/page/layout/home.liquid
futuro-1.0.6 _includes/html/page/layout/home.liquid
futuro-1.0.5 _includes/html/page/layout/home.liquid
futuro-1.0.4 _includes/html/page/layout/home.liquid
futuro-1.0.3 _includes/html/page/layout/home.liquid
futuro-1.0.2 _includes/html/page/layout/home.liquid
futuro-1.0.1 _includes/html/page/layout/home.liquid
futuro-1.0.0 _includes/html/page/layout/home.liquid
futuro-0.9.9 _includes/html/page/layout/home.liquid
futuro-0.9.8 _includes/html/page/layout/home.liquid
futuro-0.9.7 _includes/html/page/layout/home.liquid