| layout | page |
|---|---|
| title | All posts |
| permalink | /all-posts/ |
{% for post in site.posts %}
{% endfor %}
| Article | Publish Date | Tags | What is it about? |
| {{ post.title }} | {{ post.date | date_to_string }} | {% for tag in post.tags %} {{ tag }}, {% endfor %} | {{ post.tldr }} |