diff --git a/templates/index.html b/templates/index.html index 9112bf5..43bcd14 100644 --- a/templates/index.html +++ b/templates/index.html @@ -55,6 +55,8 @@ {% let tags = posts|collect_tags %} {% if !tags.is_empty() %}

tags

+ clear tags +
{% endif %} {% for tag in tags %} {{ tag.0 }}