Sha256: e0f3f5cea82d7eacd7d0d16f5294514f2f56cf5353f6efdffda4710858ccb15b

Contents?: true

Size: 975 Bytes

Versions: 8

Compression:

Stored size: 975 Bytes

Contents

  <!--lista 1 -->
        <div class="row">
            <!--LOOP DE LISTA 1-->
            {% assign number = site.data.books.size %}
            {% assign books = site.data.books | sample: number %}
            {% assign limit = 7 %}
            {% assign counter = 0 %}
            {% for book in books %}
                {% if book.Download == null and counter < limit %}
                    {% include book-list-base.html %}
                    {% assign counter = counter | plus: 1 %}
                {% endif %}
            {% endfor %}
            <div class="basis masobras">
                <div class="container">
                    <label for="listas"><img src="{{ site.BASE_PATH }}/assets/img/tema/+obras.png" class="image sombra"></label>
                    <div>
                        {% assign target = "no-downloads" %}
                        {% include ver-mas.html %}
                    </div>
                </div> 
            </div>
        </div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
morel-theme-0.2.28 _includes/book-list-no-download.html
morel-theme-0.2.27 _includes/book-list-no-download.html
morel-theme-0.2.26 _includes/book-list-no-download.html
morel-theme-0.2.25 _includes/book-list-no-download.html
morel-theme-0.2.24 _includes/book-list-no-download.html
morel-theme-0.2.23 _includes/book-list-no-download.html
morel-theme-0.2.22 _includes/book-list-no-download.html
morel-theme-0.2.21 _includes/book-list-no-download.html