{{ post.date | date: "%Y-%m-%d" }} |
{{ post.title }}
|
{% 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 %}