Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 464 Bytes

File metadata and controls

20 lines (18 loc) · 464 Bytes
layout
base

Posts

    {% for post in site.posts %}

  • {{ post.date | date: "%Y-%m-%d" }} {% if post.tags %}
    {{ post.tags | join: " | " }} {% endif %}

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

  • {% endfor %}