• Home

  • {% for page in site.pages %} {% if page.tags contains "about" %}
  • {{page.title}}

  • {% endif %} {% if page.tags contains "contact" %}
  • {{page.title}}

  • {% endif %} {% if page.tags contains "portfolio" %}
  • {{page.title}}

  • {% endif %} {% if page.tags contains "projects" %}
  • {{page.title}}

  • {% endif %} {% if page.tags contains "resume" %}
  • {{page.title}}

  • {% endif %} {% endfor %}
  • {% if site.show_social_icons %} {% include social_links.html %} {% endif %}