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

Version Path
morel-theme-pack-0.1.22 _includes/lista-relacionadas-editorial.html
morel-theme-pack-0.1.21 _includes/lista-relacionadas-editorial.html
morel-theme-pack-0.1.2 _includes/lista-relacionadas-editorial.html
morel-theme-pack-0.1.1 _includes/lista-relacionadas-editorial.html
morel-theme-pack-0.1.0 _includes/lista-relacionadas-editorial.html