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