<footer class=“site-footer”>

<div class="wrapper">
  <div class="footer-col footer-col-1">
    Copyright © 2020 {{ site.author.name }}
  </div>

  <div class="footer-col footer-col-2">
    {% if site.subscribe %}
    Subscribe to the <a href="/feed.xml">RSS</a> feed
    {% else %}
    •
    {% endif %}
  </div>

  <div class="footer-col footer-col-3">
    Powered by <a href="https://rubygems.org/gems/sencilla">Sencilla v0.5.0</a>
  </div>
</div>

</footer>