1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-website-2018-spike/templates/common/footer.html

16 lines
472 B
HTML

<footer class="bg-light p-5 {% if not page.is_home %}mt-5{% endif %}">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>&copy; {% now "Y" %} <a href='{{ settings.BASE_URL }}'>{{ settings.WAGTAIL_SITE_NAME }}</a>.</p>
<p></p>
</div>
<div class="col-sm-6">
<h3 class="text-right">
</h3>
</div>
</div>
</div>
</footer>