Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 253 Bytes

File metadata and controls

15 lines (12 loc) · 253 Bytes
layout default
title Home

Posts:

{% if site.posts.size > 0 %} {% for post in site.posts %}

  • [{{ post.title }}]({{ post.url | relative_url }}) - {{ post.date | date: "%Y-%m-%d" }} {% endfor %} {% else %} No posts yet. {% endif %}