Sha256: 89b45940d7b960ff6ec185325efae3e4c12f27c1c2600071c390d5918b58aafb

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

<footer>
    <div class="container-fluid color-rust">
        <div class="row footer-row">
            <div class="col-xs-6">
                <i class="copyright">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

1 entries across 1 versions & 1 rubygems

Version Path
bravissimo-0.1.2 _includes/footer.html