{% for item in site.data.nav %}
  • {% if item.category == "external" %} {{ item.title }} {% else %} {{ item.title }} {% endif %}
  • {% endfor %}