Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 525 Bytes

File metadata and controls

24 lines (18 loc) · 525 Bytes
layout default

Posts

    {% 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>
    

    {{ post.excerpt }}

  • {% endfor %}

subscribe via RSS