Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 509 Bytes

File metadata and controls

20 lines (19 loc) · 509 Bytes
layout default
title Blog!

    {% for posts in site.posts %} {% unless posts.tags contains "hidden" %}
  • {{ posts.title }} - {{ posts.tags | join: ", " }} | {{ posts.date | date: "%m/%d/%Y" }}
  • {% endunless %} {% endfor %}