<footer class=“container-fluid bg-dark text-muted pt-3 footer”>
<div class="row w-75 mx-auto"> <div class="col-sm-8"> <h5>{{ site.thanks }}</h5> <p>{{ site.title }} – {{ site.jobtitle }}</p> <p>{{ site.copyright }}</p> </div> <div class="col text-right"> <h5>Follow me!</h5> {% include footer_social.html %} </div> </div>
</footer>