Sha256: 38883a3b4f78c8cbc006eb59ceeca41c394b568ed77fff94e77c1e597af0b8fd

Contents?: true

Size: 444 Bytes

Versions: 6

Compression:

Stored size: 444 Bytes

Contents

 {% for book in site.data.books %}
 {% if book.Title == page.title %}
    {% if book.Download != "" and book.Download != nil %} 
    <a class="morel" href="{{ book.Download }}" target="_blank" download><i class="fa fa-file-pdf-o"></i></a>
    {%endif%}
    {% if book.Library != "" and book.Library != nil%}
    <br>
    <br>
    <a class="morel" href="{{ book.Library }}"><i class="fa fa-book"></i></a>
    {% endif %}
{% endif %}
{% endfor %}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
morel-theme-pack-0.1.23 _includes/actions-v.html
morel-theme-pack-0.1.22 _includes/actions-v.html
morel-theme-pack-0.1.21 _includes/actions-v.html
morel-theme-pack-0.1.2 _includes/actions-v.html
morel-theme-pack-0.1.1 _includes/actions-v.html
morel-theme-pack-0.1.0 _includes/actions-v.html