Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 400 Bytes

index.md

File metadata and controls

16 lines (13 loc) · 400 Bytes
layout title
default
News

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

{{ post.date | date: "%A, %d %b %Y" }}

{{ post.content | strip_html | truncatewords: 50 | textize}}

{{ post.author }}


{% endfor %}