☕️programming tips

{% for post in site.tips %}

{{ post.title | escape }}

{% if post.tags != empty %} {% assign tags = post.tags %} {% for tag in tags %} {{tag | downcase }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %}
{% endfor %}