layout: default
<div class=“home”>
<!--<h1 class="page-heading">Posts</h1>--> <ul class="post-list"> {% for post in site.posts %} <li> <!--<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>--> <span class="post-meta">{{ post.date | date: "%Y-%m-%d,%A" }}</span> <h1> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </h1> </li> {% endfor %} </ul>
</div>