Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 553 Bytes

index.md

File metadata and controls

25 lines (22 loc) · 553 Bytes
layout
default

Recent Posts

    {% for post in site.posts %}
  • {{ post.date | date: "%b %-d, %Y" }}
        <h2>
          <a class="post-link" href="{{ post.url }}">{{ post.title }}</a>
        </h2>
      </li>
    {% endfor %}