diff --git a/_includes/archive-single.html b/_includes/archive-single.html index 6ab261f1..a5a28f89 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -44,7 +44,8 @@ {% else %} {% assign sorted_tags = post.tags | uniq | compact | sort %} {% endif %} - {% for tag in sorted_tags %} + Tags: + {% for tag in sorted_tags %}
{{ tag }}
{% endfor %}