{% assign number = site.data.books.size %} {% assign books = site.data.books | sample: number %} {% assign limit = 7 %} {% assign counter = 0 %} {% for book in books %} {% if book.Download and counter < limit %} {% include book-list-base.html %} {% assign counter = counter | plus: 1 %} {% endif %} {% endfor %}
{% assign target = "downloads" %} {% include ver-mas.html %}