Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 972 Bytes

news.md

File metadata and controls

26 lines (21 loc) · 972 Bytes
title permalink
News
/news/

News

Subscribe with RSS to keep up with the latest news. For site changes, see the changelog kept with the code base.


{% for post in site.posts limit:10 %}

{{ post.date | date: "%B %d, %Y" }}
{% if post.badges %}{% for badge in post.badges %}{{ badge.tag }}{% endfor %}{% endif %} {{ post.content | split:'' | first }} {% if post.content contains '' %} read more {% endif %}

{% endfor %}

Want to see more? See the News Archive.