Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 385 Bytes

news.md

File metadata and controls

21 lines (17 loc) · 385 Bytes
permalink title layout weight isfront
/news/
news
page
9
true
    {% for post in site.posts %}
  •     <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
        <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>	 
    
      </li>
    {% endfor %}