Sha256: e067a957a32e1072a1833c313b58b03fa64e78e5eb81f80b11356a86688216f8

Contents?: true

Size: 969 Bytes

Versions: 25

Compression:

Stored size: 969 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.data.books %}
                    {% assign authors_book = book.Author | split: '; ' %} <!-- convierte los autores de los libros en arrays -->
                    {% if authors_book contains author.title %} <!-- verifica si cualquiera de los autores del array en el libro coincide con the only author on the page -->
                        <div class="price">
                            <div class="title"><h4><a href="{% include book-list-url-page.html %}">{{book.Title}}</a></h4></div>
                        </div>
                    {% endif %}
            {% endfor %}
            </div>
           {% endfor %}       
</div>

Version data entries

25 entries across 25 versions & 2 rubygems

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