Matthew Grove
Menu
  • Home
  • Blog
  • {% assign all_pages = site.pages | sort: "title" %} {% for project in all_pages %} {% if project.url != "/" and project.url != "/index.html" and project.url != "/sitemap.xml" %}
  • {{ project.title }}
  • {% endif %} {% endfor %}