Sha256: c876bbb2d25fe231e249196c550e38af0d211a1822fb774eb4a8061d42086eb8

Contents?: true

Size: 514 Bytes

Versions: 11

Compression:

Stored size: 514 Bytes

Contents

<footer class="content-container">
    {%- for footer_entry in site.data.theme.footer -%}
        <div class="footer-column">
            <p>
                <b>{{ footer_entry[0] | replace: '-', ' ' | capitalize }}</b>
            </p>
            {%- for footer_link in footer_entry[1] -%}
                <a href="{{ footer_link.link }}" target="_blank">
                    {{ footer_link.title }}
                </a>
                <br>
            {%- endfor -%}
        </div>
    {%- endfor -%}
</footer>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-minimal-ryan-0.8.0 _includes/footer.html
jekyll-theme-minimal-ryan-0.7.0 _includes/footer.html
jekyll-theme-minimal-ryan-0.6.0 _includes/footer.html
jekyll-theme-minimal-ryan-0.5.0 _includes/footer.html
jekyll-theme-minimal-ryan-0.4.2 _includes/footer.html
jekyll-theme-minimal-ryan-0.4.1 _includes/footer.html
jekyll-theme-minimal-ryan-0.4.0 _includes/footer.html
jekyll-theme-minimal-ryan-0.3.0 _includes/footer.html
jekyll-theme-minimal-ryan-0.2.1 _includes/footer.html
jekyll-theme-minimal-ryan-0.2.0 _includes/footer.html
jekyll-theme-minimal-ryan-0.1.2 _includes/footer.html