{% if site.email %}
  • {% include icon-email.svg %} {{ site.data.theme.t.email | default: 'Email' }}
  • {% endif %} {% if site.github_username %}
  • {% include icon-github.html username=site.github_username label='GitHub' %}
  • {% endif %} {% if site.twitter_username %}
  • {% include icon-twitter.html username=site.twitter_username label='Twitter' %}
  • {% endif %}
  • {% if site.plugins contains 'jekyll-feed' or site.gems contains 'jekyll-feed' %} {% include icon-rss.svg %} {{ site.data.theme.t.subscribe | default: 'Subscribe' }} {% endif %}