{% for post in site.posts %}

{{ post.title }}

{{ post.date | date: "%Y-%m-%d" }}

{% include components/gen-badge.html list=post.categories prepend_url="/category/" class="is-info" %} {% include components/gen-badge.html list=post.tags prepend_url="/tags/" class="is-light" %}

{% endfor %}