Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 462 Bytes

articles.md

File metadata and controls

19 lines (16 loc) · 462 Bytes
layout title permalink
page
Articles
/articles/
    {% for post in site.posts %}
  • {{ post.title }}

      {{ post.excerpt }}
    
      <span class="post-meta"><span class="post-meta-author">{{ post.author }}</span> <span class="post-meta-date">{{ post.date | date: "%B %d, %Y" }}</span>
    </li>
    

    {% endfor %}