Sha256: b577a574e1869f9d32e22a2f9eb8f64ba50222c44ddfe2b169365c1be0362159

Contents?: true

Size: 855 Bytes

Versions: 25

Compression:

Stored size: 855 Bytes

Contents

{% assign authors_all = book.Author | split: '; ' %}
{% include book-list-url-img.html %}
<div class="basis">
    <div class="container">
       <a href = "{% include book-list-url-page.html %}"> <img src="{{ img-url }}" alt="{{ book.Title }}" class="image sombra"></a>
        <div class="overlay">
            <div class="text">
                {% include book-list-metadata.html %}
            </div>
        </div>
    </div>
    <div class="price">
        <div class="title">{{ book.Title }}<br></div>
        <div class="autor">
            {% for author_raw in authors_all | limit: 3 %}
                {% assign author_firstlast = author_raw | split: ', ' %}
                {{ author_firstlast | reverse | join: " " }}
                {% unless forloop.last == true %} + {% endunless %}
            {% endfor %}
        </div>
    </div>
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
morel-theme-0.2.28 _includes/book-list-base.html
morel-theme-0.2.27 _includes/book-list-base.html
morel-theme-0.2.26 _includes/book-list-base.html
morel-theme-0.2.25 _includes/book-list-base.html
morel-theme-0.2.24 _includes/book-list-base.html
morel-theme-0.2.23 _includes/book-list-base.html
morel-theme-0.2.22 _includes/book-list-base.html
morel-theme-0.2.21 _includes/book-list-base.html
morel-theme-0.2.2 _includes/book-list-base.html
morel-theme-0.2.1 _includes/book-list-base.html
morel-theme-0.2.0 _includes/book-list-base.html
morel-theme-pack-0.1.327 _includes/book-list-base.html
morel-theme-pack-0.1.326 _includes/book-list-base.html
morel-theme-pack-0.1.325 _includes/book-list-base.html
morel-theme-pack-0.1.323 _includes/book-list-base.html
morel-theme-pack-0.1.322 _includes/book-list-base.html
morel-theme-pack-0.1.321 _includes/book-list-base.html
morel-theme-pack-0.1.32 _includes/book-list-base.html
morel-theme-pack-0.1.31 _includes/book-list-base.html
morel-theme-pack-0.1.23 _includes/book-list-base.html