Sha256: 162508d4e80b3e40c6f9c44ff5738c62dbb089b345c484dab910160a6664a0bb

Contents?: true

Size: 1.4 KB

Versions: 13

Compression:

Stored size: 1.4 KB

Contents

<footer>
	<div class="container-fluid color-rust">
		<div class="row" style="padding: 15px 0px">
	        <div class="col-xs-6">
                <i>Copyright &copy; {{ 'now' | date: "%Y" }} Gunther Cox</i>
            </div>
	        <div class="col-xs-6 text-right">
                {% for account in site.data.social %}
                    <a href="{{ account.url }}" aria-label="{{ account.name }}" target='_blank' class="btn btn-lg btn-link text-white">
                        <i class="{{ account.icon_class }}" aria-hidden="true" style="font-size: 24px;"></i>
                    </a>
                {% endfor %}
            </div>
        </div>
    </div>
</footer>

<script src="/assets/js/jquery.js"></script>
<script src="/assets/js/bootstrap.js"></script>
{% for js_name in page.extra_js %}
    <script src="{{ js_name }}"></script>
{% endfor %}

{% if jekyll.environment == "production" %}
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', '{{ site.google_analytics }}', 'auto');
  ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
{% endif %}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bravissimo-0.1.0 _includes/footer.html
bravissimo-0.0.24 _includes/footer.html
bravissimo-0.0.23 _includes/footer.html
bravissimo-0.0.22 _includes/footer.html
bravissimo-0.0.21 _includes/footer.html
bravissimo-0.0.18 _includes/footer.html
bravissimo-0.0.17 _includes/footer.html
bravissimo-0.0.16 _includes/footer.html
bravissimo-0.0.15 _includes/footer.html
bravissimo-0.0.14 _includes/footer.html
bravissimo-0.0.13 _includes/footer.html
bravissimo-0.0.12 _includes/footer.html
bravissimo-0.0.11 _includes/footer.html