Sha256: d5dba252bc0afcfd2cebc5c892ffb234fc7621ebd0afeb9507a8f2220c267f46

Contents?: true

Size: 653 Bytes

Versions: 19

Compression:

Stored size: 653 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 | relative_url }}" 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

19 entries across 19 versions & 2 rubygems

Version Path
bulma-clean-theme-0.13.3 _includes/footer.html
bulma-clean-theme-0.13.2 _includes/footer.html
mgm-jekyll-bulma-0.1.1 _includes/footer.html
bulma-clean-theme-0.13.1 _includes/footer.html
bulma-clean-theme-0.13 _includes/footer.html
bulma-clean-theme-0.12 _includes/footer.html
bulma-clean-theme-0.11.2 _includes/footer.html
bulma-clean-theme-0.11.1 _includes/footer.html
bulma-clean-theme-0.11 _includes/footer.html
bulma-clean-theme-0.10.6 _includes/footer.html
bulma-clean-theme-0.10.5 _includes/footer.html
bulma-clean-theme-0.10.4 _includes/footer.html
bulma-clean-theme-0.10.3 _includes/footer.html
bulma-clean-theme-0.10.2 _includes/footer.html
bulma-clean-theme-0.10.1 _includes/footer.html
bulma-clean-theme-0.10 _includes/footer.html
bulma-clean-theme-0.9.2 _includes/footer.html
bulma-clean-theme-0.9.1 _includes/footer.html
bulma-clean-theme-0.9 _includes/footer.html