Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 260 Bytes

Hello

Here are some posts

    {% for post in site.posts %}
  • {{ post.title }} ({{post.date | date: '%Y-%m-%d' }}) - ({{post.content | number_of_words}} words)
  • {% endfor %}