hike_log {% for post in site.posts %} {% if post.categories contains 'hike_log' %} {{ post.title }} {% endif %} {% endfor %} Written on