Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 365 Bytes

archive.md

File metadata and controls

17 lines (15 loc) · 365 Bytes
layout title permalink
page
Archive
/archive/
    {% for post in site.posts %}
  • {{ post.date | date: "%b %-d, %Y" }}
        <h2>
          <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
        </h2>
      </li>
    {% endfor %}