layout title permalink page Hard hard/ {% for post in site.posts %} {% if post.category == "Hard" %} {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }}) {% endif %} {% endfor %}