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