Sha256: cd7491b2b5d9b68ef429af297781f1039cbd7214c0d45443f2fb8908b30865c1

Contents?: true

Size: 662 Bytes

Versions: 16

Compression:

Stored size: 662 Bytes

Contents

<footer class="footer">
    <div class="container">
        
        {% if site.footer_menu %}
        <div class="columns is-multiline">
            {% for item in site.data[site.footer_menu] %}
            <div class="column has-text-centered">
                <div>
                    <a href="{{ item.link | prepend: site.baseurl }}" class="link">{{ item.name }}</a>
                </div>
            </div>
            {% endfor %}
        </div>
        {% endif %}

        <div class="content is-small has-text-centered">
            <p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p>
        </div>
    </div>
</footer>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bulma-clean-theme-0.8 _includes/footer.html
bulma-clean-theme-0.7.2 _includes/footer.html
bulma-clean-theme-0.7.1 _includes/footer.html
bulma-clean-theme-0.7 _includes/footer.html
bulma-clean-theme-0.6.5 _includes/footer.html
bulma-clean-theme-0.6.4 _includes/footer.html
bulma-clean-theme-0.6.3 _includes/footer.html
bulma-clean-theme-0.6.2 _includes/footer.html
bulma-clean-theme-0.6.1 _includes/footer.html
bulma-clean-theme-0.6 _includes/footer.html
bulma-clean-theme-0.5.8 _includes/footer.html
bulma-clean-theme-0.5.7 _includes/footer.html
bulma-clean-theme-0.5.6 _includes/footer.html
bulma-clean-theme-0.5.5 _includes/footer.html
bulma-clean-theme-0.5.4 _includes/footer.html
bulma-clean-theme-0.5.3 _includes/footer.html