<!– _includes/footer.html –>

{% include resolve-dark.liquid %} <footer class=“text-center

{% unless page.layout == 'home' %}
  {% if dark %} bg-dark 
  {% else %} bg-light text-dark
  {% endif %}
{% endunless %}">
<div id="icons" class="d-flex flex-wrap justify-content-around pt-4">
  {% include icons.html %}
</div>
<div class="small p-4">
  <p>{{ site.footer-text }}</p>
</div>

</footer>

<!– _includes/footer.html EOF–>