Sha256: e237b496ed56b641f25b8cf3c8aff3cf701fc71b86153f255b6ffdced4a7439e

Contents?: true

Size: 719 Bytes

Versions: 4

Compression:

Stored size: 719 Bytes

Contents

<div class="row">

            {% for publisher in site.publishers %}
            <div class="basis obras-ciudad">
                    <div class="container">
                        <h2><a class="morel" href="{{ BASE_PATH }}{{ publisher.url }}">{{ publisher.title }}</a></h2>
                    </div>
                    {% for book in site.books %}
                    {% if book.editorial == publisher.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

Version Path
morel-theme-0.1.31 _includes/obras-por-imprenta-y-editorial.html
morel-theme-0.1.3 _includes/obras-por-imprenta-y-editorial.html
morel-theme-0.1.2 _includes/obras-por-imprenta-y-editorial.html
morel-theme-0.1.1 _includes/obras-por-imprenta-y-editorial.html