Sha256: 9d6025cbd037f22372c364d70a8b10f2fcdc65ca4a06602e543b275deb06ec0c

Contents?: true

Size: 1.43 KB

Versions: 9

Compression:

Stored size: 1.43 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.data.footer.footer_brand.url}}/">
                            <img src="{{site.data.footer.footer_brand.path}}" class="footer-logo mx-auto"
                                alt="{{site.data.footer.footer_brand.alt}}" />
                        </a>
                    </div>
                    {% endif %}
                </div>
            </div>
        </div>
    </div>
</footer>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
linaro-jekyll-theme-4.3.3 _includes/footer/footer.html
linaro-jekyll-theme-4.3.2 _includes/footer/footer.html
linaro-jekyll-theme-4.3.1 _includes/footer/footer.html
linaro-jekyll-theme-4.3.0 _includes/footer/footer.html
linaro-jekyll-theme-4.2.0 _includes/footer/footer.html
linaro-jekyll-theme-4.1.6 _includes/footer/footer.html
linaro-jekyll-theme-4.1.5 _includes/footer/footer.html
linaro-jekyll-theme-4.1.4 _includes/footer/footer.html
linaro-jekyll-theme-4.1.3 _includes/footer/footer.html