Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 543 Bytes

index.markdown

File metadata and controls

15 lines (14 loc) · 543 Bytes
layout
default
    {% for post in site.posts %}
  • {{ post.title }}

    {{ post.date | date_to_string }}

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

  • {% endfor %}