{{ site.title | escape }}
    {% for author in site.authors %}
  • {{ author.name | escape }}
  • {{ author.email }}
  • {% endfor %}
{% if site.footer_icons %}
    {% for footer_icon in site.footer_icons %}
  • {% if footer_icon.icon %} {% capture icon %}{% include {{footer_icon.icon}} %}{% endcapture %} {{ icon | strip }}{% endif %}{{ footer_icon.username }}
  • {% endfor %}
{% endif %}

{{ site.description | escape }}