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