layout page title Blog Archive {% for category in site.categories %} {{ category[0] }} {% for post in category[1] %} {{ post.date | date: "%B %Y" }} - {{ post.title }} {% endfor %} {% endfor %} Search by Tags {% include archive.html %}