Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 488 Bytes

news.md

File metadata and controls

23 lines (18 loc) · 488 Bytes
layout title permalink menu order
page
News
/news/
true
2
    {% 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>
      </li>
    {% endfor %}
    

subscribe via RSS