| layout | page |
|---|---|
| title | Posts |
-
{% assign posts_list = site.posts %}
{% for node in posts_list %}
{% if node.title != null %}
{% if node.layout == "post" %}
- {{ node.title }} ({{ node.date | date_to_string }}) {% endif %} {% endif %} {% endfor %}