Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 241 Bytes

File metadata and controls

9 lines (8 loc) · 241 Bytes
title Repairs

{% assign repair_posts = site.posts | where: "categories", "Repairs" | sort: "date" | reverse %} {% for post in repair_posts %} {{ post.date | date: "%Y-%m-%d %H:%M" }}
{{ post.title }} {% endfor %}