Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 350 Bytes

File metadata and controls

22 lines (16 loc) · 350 Bytes
title Blog
layout single
permalink /blog/

Blog Posts


Latest notes

{% if site.posts == empty %} No posts yet.
{% else %} {% for post in site.posts limit:3 %}

  • {{ post.date | date: "%b %d %Y" }} — [{{ post.title }}]({{ post.url }}) {% endfor %} {% endif %}