Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 940 Bytes

01_posts.md

File metadata and controls

39 lines (37 loc) · 940 Bytes
layout title permalink order
page
posts
/posts/
1
{% for post in site.posts %}
{{ post.title }}
{{ post.content | strip_html | truncatewords:20}}
posted on {{ post.date | date: "%A, %B %-d, %Y" }} in {% for category in post.categories%} {{category}}  {% if forloop.last %}{% else %},{% endif %} {% endfor %}
{% endfor %}