Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 483 Bytes

posts.md

File metadata and controls

20 lines (17 loc) · 483 Bytes
title permalink layout
Blog
/posts/
page
    {% for post in site.posts %}
  • {% assign date_format = "%b %-d, %Y" %} {{ post.date | date: date_format }}
      <h2>
        <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
      </h2>
    </li>
    

    {% endfor %}

subscribe via RSS