Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 807 Bytes

File metadata and controls

35 lines (34 loc) · 807 Bytes
layout default
    {% for post in site.posts limit: 2 %}
    {{ post.date | date:"%Y-%m-%d" }} {% if post.tags %}
    Tags: {% for tag in post.tags %} {{ tag }} {% endfor %} {% endif %}
    {{ post.content }}
    {% endfor %}