Skip to content
This repository was archived by the owner on Jun 21, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 610 Bytes

File metadata and controls

35 lines (28 loc) · 610 Bytes
layout page
menutitle NEWS
permalink /news/

News

    {% for post in site.posts limit:3 %} {% if post.type == "news" %}
  • {{ post.title }}

    {{ post.date | date: "%b %-d, %Y" }} {{ post.content }}
  • {% endif %} {% endfor %}

Archives

    {% for post in site.posts %} {%if post.type == "news" %}
  • {{post.title}} • {{ post.date | date: "%b %-d, %Y" }}
  • {% endif %} {% endfor %}