Skip to content

Latest commit

 

History

History
49 lines (48 loc) · 2.06 KB

news.md

File metadata and controls

49 lines (48 loc) · 2.06 KB
layout title description
default
News
Change log and other updates

News

{% for post in site.posts limit:9 %}
{{ post.category }}

{{ post.title }}

{{ post.content | strip_html | truncatewords:32 }}
{{ post.author.display_name }}
{{ post.author.role }}
{{ post.date | date: "%B %-d, %Y" }}
{% endfor %}