Sha256: 66e70e56def23525aaea87d815dcf16e0a20f80ec32607ea1d0a992a313ed44d

Contents?: true

Size: 557 Bytes

Versions: 18

Compression:

Stored size: 557 Bytes

Contents

<section class="container">
    <div class="row">
        <div class="col-12">

            <h3 class=" text-left " style="color:#428e42 ;font-weight:500;">Resources</h3>
        </div>
        {% for doc in site.resources %}
        {% if doc.path contains 'pdf' %}
        <div class="col-12">
            <a href="{{ doc.path }}" alt="{{ doc.title }}" style="color:#428e42"><i class="fa fa-file-pdf-o" aria-hidden="true"></i> {{ doc.title }}</a>
        </div>
        {% endif %}
        {% endfor %}
    </div>
</section>          
<hr class="my-4" />

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
solar-flair-0.3.0 _includes/resources.html
solar-flair-0.2.15 _includes/resources.html
solar-flair-0.2.14 _includes/resources.html
solar-flair-0.2.13 _includes/resources.html
solar-flair-0.2.12 _includes/resources.html
solar-flair-0.2.11 _includes/resources.html
solar-flair-0.2.10 _includes/resources.html
solar-flair-0.2.9 _includes/resources.html
solar-flair-0.2.8 _includes/resources.html
solar-flair-0.2.7 _includes/resources.html
solar-flair-0.2.6 _includes/resources.html
solar-flair-0.2.5 _includes/resources.html
solar-flair-0.2.4 _includes/resources.html
solar-flair-0.2.3 _includes/resources.html
solar-flair-0.2.2 _includes/resources.html
solar-flair-0.2.1 _includes/resources.html
solar-flair-0.2.0 _includes/resources.html
solar-flair-0.1.10 _includes/resources.html