Sha256: d9e82a7459001089a9cb5563f56eab43e00aad5b9ff91815ccc86f8ae34e7045

Contents?: true

Size: 703 Bytes

Versions: 8

Compression:

Stored size: 703 Bytes

Contents

  <!--lista 1 -->
        <div class="row">
            <!--LOOP DE LISTA 1-->
            {% assign books = site.data.books | where: "Series", "tr" | sample:7  %}
            {% for book in books %}
            {% include book-list-base.html %}
            {% 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 = "translations" %}
                        {% 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-translations.html
morel-theme-0.2.27 _includes/book-list-translations.html
morel-theme-0.2.26 _includes/book-list-translations.html
morel-theme-0.2.25 _includes/book-list-translations.html
morel-theme-0.2.24 _includes/book-list-translations.html
morel-theme-0.2.23 _includes/book-list-translations.html
morel-theme-0.2.22 _includes/book-list-translations.html
morel-theme-0.2.21 _includes/book-list-translations.html