Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 221 Bytes

File metadata and controls

10 lines (9 loc) · 221 Bytes
layout page
title Blogs

{% for post in site.posts %} {% if post.type== "blog" %}

  • {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ site.baseurl }}{{ post.url }}) {% endif %} {% endfor %}