Sha256: 3173f15f834ea50fd7fc87271899a41d43598cc20436bf72cf1ba6cae657ba10

Contents?: true

Size: 666 Bytes

Versions: 8

Compression:

Stored size: 666 Bytes

Contents

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