Sha256: 21b3768c629765c1b57820cb009e806c36384bd816ddf6dc2bbab5e8d202a4a8
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
<!--lista 1 --> <div class="row obras"> <h2 class="index">Obras recuperadas por {{ page.title }} en {{ site.title }}</h2> </div> <div class="row"> <!--LOOP DE LISTA 1--> {% for book in site.data.books %} {% if book.repository == page.title %} <div class="basis"> <div class="container"> <a href="{{ BASE_PATH }}{{ book.url }}"><img src="{{ BASE_PATH }}/img/{{ book.img }}" alt="{{ book.title }}" class="image sombra"></a> <div class="overlay"> {% include book-list-metadata.html %} </div> </div> <div class="price"> <div class="title">{{ book.title }}<br></div> <div class="autor">{{ book.author }}{% if book.author2 %}, {{ book.author2 }}{% endif %}{% if book.author3 %}, {{ book.author3 }}{% endif %}</div> </div> </div> {% endif %} {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
morel-theme-0.1.31 | _includes/lista-relacionadas-repositorio.html |
morel-theme-0.1.3 | _includes/lista-relacionadas-repositorio.html |