Sha256: 9e249708ee7c5f2c298c428e2700cbc34776e5a34a15232ba0b0b8633a0a4a80
Contents?: true
Size: 423 Bytes
Versions: 25
Compression:
Stored size: 423 Bytes
Contents
<!--lista 1 --> <div class="row obras"> <h2 class="index">Books published by {{ page.title }} in {{ site.title }}</h2> </div> <div class="row"> <!--LOOP DE LISTA 1--> {% for book in site.data.books %} {% if book.Publisher == page.title %} {% include book-list-base.html %} {% endif %} {% endfor %} </div>
Version data entries
25 entries across 25 versions & 2 rubygems