{{ site.title | escape }}
    {% for my_page in site.pages %} {% if my_page.title %}
  • {{ my_page.title | escape }}
  • {% endif %} {% endfor %}
    {% if site.linkedin_username %}
  • {% include icon-linkedin.html username=site.linkedin_username %}
  • {% endif %} {% if site.github_username %}
  • {% include icon-github.html username=site.github_username %}
  • {% endif %} {% if site.codepen_username %}
  • {% include icon-codepen.html username=site.codepen_username %}
  • {% endif %} {% if site.twitter_username %}
  • {% include icon-twitter.html username=site.twitter_username %}
  • {% endif %}