Sha256: 5e6b4b6d132786b1de7eef41c02d3ffebe4809011aeac3dedb2af0f9f7418a47

Contents?: true

Size: 1.38 KB

Versions: 18

Compression:

Stored size: 1.38 KB

Contents

<footer>
    <div class="container-fluid">
        <div class="row strip p-t-20 p-b-20">
            <div class="container">
                <div class="row">
                    <div class="col col-12 text-center">
                        {% include components/github_edit.html pagePath=page.path pagePermalink=page.permalink %}
                    </div>
                    <div class="col col-12 text-white text-center">
                        <span class="copyright">Copyright &copy; {{ 'now' | date: "%Y" }} {{site.data.footer.copyright_text}}</span>
                        {% for link in site.data.footer.company_links %}
                            <span class="coloured-bp">&bull;</span>
                            <a href="{{link.url}}">{{link.name}}</a>
                        {% endfor %}
                        {% include_cached social_media_icons.html %}
                    </div>
                    {% if site.data.footer.footer_brand %}
                    <div class="col col-12  text-white text-center m-t-10">
                        <a href="{{site.url}}/">
                            <img src="{{site.data.footer.footer_brand.logo}}" class="footer-logo mx-auto"
                                alt="{{site.name}} Logo" />
                        </a>
                    </div>
                    {% endif %}
                </div>
            </div>
        </div>
    </div>
</footer>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
linaro-jekyll-theme-4.1.2 _includes/footer/footer.html
linaro-jekyll-theme-4.1.1 _includes/footer/footer.html
linaro-jekyll-theme-4.1.0 _includes/footer/footer.html
linaro-jekyll-theme-4.0.2 _includes/footer/footer.html
linaro-jekyll-theme-4.0.1 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.2.1 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.2.0 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.1.4 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.1.3 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.1.2 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.1.1 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.1.0 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.0.5 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.0.4 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.0.3 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.0.2 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.0.1 _includes/footer/footer.html
jumbo-jekyll-theme-6.0.0.0 _includes/footer/footer.html