{% assign copyright-year = site.copyright-year %} {% unless copyright-year %} {% capture copyright-year %}{{ 'now' | date: '%Y' }}{% endcapture %} {% endunless %}
<footer>
<p> Copyright © {{copyright-year}} {{site.author}}. This website is <a href="{{'/COPYING.html' | relative_url }}">free software</a>. </p> <p> Built w/ <a href="https://bulma.io">Bulma</a>, <a href="https://feathericons.com">Feather</a>, and <a href="https://jekyllrb.com">Jekyll</a>, using the <a href="https://github.com/YellowApple/jekyll-bulma-feather">jekyll-bulma-feather theme</a>. </p>
</footer>