| 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 %}
| layout | default |
|---|---|
| title | Blog! |