Sha256: 29f1794d329b9a38a5d331aadd8cae8419ff791bfc76ab15d91901c499009f60
Contents?: true
Size: 953 Bytes
Versions: 2
Compression:
Stored size: 953 Bytes
Contents
<div class="img-frame"> {% for book in site.data.books %} {% if book.title == page.title and book.author == page.author %} <a href="{{ book.download }}" target="_blank" download><img src="{{ BASE_PATH }}/img/{{ book.cover }}" class="responsive" alt="{{ book.title }}"></a> <div class="actions-h"> <!-- AddToAny BEGIN --> <a class="morel" href="{{ book.download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a> {% if page.epub %} <a class="morel" href="{{ book.epub }}"><i class="fa fa-tablet"></i></a> {% endif %} {% if book.library %} <a class="morel" href="{{ book.library }}"><i class="fa fa-book"></i></a> {% endif %} </div> {% endif %} {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
morel-theme-0.1.31 | _includes/actions-h.html |
morel-theme-0.1.3 | _includes/actions-h.html |