{% for post in site.posts %}
  • {{ post.title }}

    {{ post.description | markdownify }} {% include post-tags.html tags=post.tags %}

    {{ post.date | date: site.short_date }}

  • {% endfor %}