<!– _includes/tags.html –>

{% include resolve-dark.liquid %} {% if post.tags %}

{% for tag in post.tags %}
  <span class="badge badge-pill
  {% if dark %} badge-light
  {% else %} badge-dark {% endif %}">{{ tag }}</span>
{% endfor %}

{% endif %}

<!– _includes/tags.html EOF–>