Matthew Grove
Menu
  • Home
  • {% assign all_pages = site.pages | concat: site.data.navigation | sort: "title" %} {% for project in all_pages %} {% assign project_url_end = project.url| slice: -4, 4 %} {% if project.url != "/" and project.url != "/index.html" and project.url != "/sitemap.xml" and project_url_end != ".css" %}
  • {{ project.title }}
  • {% endif %} {% endfor %}