Sha256: 419c24caa2db8cd23ce23781114be065dd10ef5215c1f862c552109986a7ab14

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 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">
                <i class="fa fa-quote-right"></i>
            </div>
        </div>
    </div>
</footer>

<script src="/js/jquery.js"></script>
<script src="/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', 'UA-42661604-4', 'auto');
  ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bravissimo-0.0.9 _includes/footer.html
bravissimo-0.0.8 _includes/footer.html