Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 187 Bytes

news.md

File metadata and controls

12 lines (11 loc) · 187 Bytes
layout
default
    {% for post in site.posts limit: 10 %}
  • {{ post.title }} {{ post.excerpt }}
  • {% endfor %}