{% for link in site.navigation %}
  • {% assign page = site.pages | where: 'url', link | first %} {{ page.title }}
  • {% endfor %}