Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 452 Bytes

blogpost.md

File metadata and controls

18 lines (16 loc) · 452 Bytes
layout title permalink
page
Blog posts
/Blog posts/
    {% for post in site.posts %}
  • {% assign date_format = site.minima.date_format | default: "%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 %}