layout title comments permalink page Authors false /authors/ {% for author in site.data.authors %} {{ author[1].name }} {% for post in site.posts %} {% if author[1].username == post.author %} {% if post.title != null %} {{ post.date | date: "%B %d, %Y" }} » {{ post.title }} {% endif %} {% endif %} {% endfor %} {% endfor %}