layout: default
<section id=“table-of-articles”>
<h2 id="article-page-header">Articles</h2> {% for post in site.posts %} <div class="post"> <h5 class="post-title"> <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> </h5> <p class="post-date"> <strong>{{ post.date | date: "%b %d, %Y" }}</strong> </p> </div> {% endfor %}
</section>