layout: page
<ul id='archive'>{% assign sorted_posts = site.posts | where: “locations” , page.location %} {% for post in sorted_posts %}
{% include archives.html %}
{% endfor %} </ul>
layout: page
<ul id='archive'>{% assign sorted_posts = site.posts | where: “locations” , page.location %} {% for post in sorted_posts %}
{% include archives.html %}
{% endfor %} </ul>