Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 903 Bytes

index.markdown

File metadata and controls

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