<footer>
<div class="row"> <div class="col-lg-12 footer"> ©{{ site.time | date: "%Y" }} {{site.company_name}}. <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br /> <!--TODO: Figure out how to show localized time below.-->
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time }} <br /> <p><img src=“{{site.baseurl | append: ”/assets/images/company_logo_big.png“}}” alt=“Logo”/ height=“42” width=“42”></p>
</div> </div>
</footer>