{{ site.title | escape }}

  • {% if site.author %} {% include icons/icon.html icon-name='person' %}{{ site.author | escape }} {% else %} {% include icons/icon.html icon-name='globe' %}{{ site.title | escape }} {% endif %}
  • {% if site.email %}
  • {% include icons/icon.html icon-name='mail' %} {{ site.email }}
  • {% endif %}
    {% if site.github_username %}
  • {% include icons/user.html icon-name='github' href='https://github.com' username=site.github_username %}
  • {% endif %} {% if site.twitter_username %}
  • {% include icons/user.html icon-name='twitter' href='https://twitter.com' username=site.twitter_username %}
  • {% endif %}

{{ site.description | escape }}