Sha256: f7b18e5f3101b2e27fed082a114f3df1017bb5c648c8a2cbc01df4b41d2a5352

Contents?: true

Size: 687 Bytes

Versions: 2

Compression:

Stored size: 687 Bytes

Contents

        {% for book in site.data.books %}
            {% if book.title == page.title and book.author == page.author %}
                <a class="morel" href="{{ book.download }}" target="_blank" download>
                <i class="fa fa-file-pdf-o" style="padding: 1em 0em"></i></a><br>
                {% if book.epub %}
                <a class="morel" href="{{page.epub}}"><i class="fa-file-text-o" style="padding: 1em 0em"></i></a>
                {% endif %}
                {% if book.library %}
                <a class="morel" href="{{book.library}}"><i class="fa fa-book" style="padding: 1em 0em"></i></a>
                {% endif %}
            {% endif %}
        {% endfor %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
morel-theme-0.1.31 _includes/actions-v.html
morel-theme-0.1.3 _includes/actions-v.html