Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 385 Bytes

news.md

File metadata and controls

20 lines (17 loc) · 385 Bytes
layout title permalink topLevel
page
News
/news/
true
    {% 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}}
    </li>
    

    {% endfor %}