{% if page.title != "Home" %}
  • Home
  • {% endif %} {% if site.blog == true %} {% if page.title != "Blog" %}
  • Blog
  • {% endif %} {% endif %} {% if site.projects == true %} {% if page.title != "Projects" %}
  • Projects
  • {% endif %} {% endif %} {% if site.about == true %} {% if page.title != "About" %}
  • About
  • {% endif %} {% endif %}