<footer class=“footer”>

  <div class="footer__wrapper">
          <ul class="footer__list">
{% for link in site.footer-links %}
  <li class="footer__listItem"><a class="footer__link" href="{{ link.url }}">{{ link.title }}</a></li>
{% endfor %}
          </ul>
          <ul class="footer__legal">
                  <li class="footer__text">© Smart Sparrow Pty Ltd, {{ 'now' | date: "%Y" }}</li>
          </ul>
  </div>

</footer>