Sha256: 5c6bcfcf3eee4702fd3e3ea19b50755564dd8cd69197908c97c9183a01423612
Contents?: true
Size: 768 Bytes
Versions: 4
Compression:
Stored size: 768 Bytes
Contents
<div class="row"> {% for author in site.authors %} <div class="basis obras-ciudad"> <div class="container"> <h2><a class="morel" href="{{ site.baseurl }}{{ author.url }}">{{ author.title }}</a></h2> </div> {% for book in site.books %} {% if book.author == author.title or book.author2 == author.title or book.author3 == author.title %} <div class="price"> <div class="title"><h4><a href="{{ BASE_PATH }}{{ book.url }}">{{book.title}}</a></h4></div> </div> {% endif %} {% endfor %} </div> {% endfor %} </div>
Version data entries
4 entries across 4 versions & 1 rubygems