From 757e7fb21a3146d627bd29101148ac7700a66857 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Thu, 1 Aug 2024 00:31:58 +0300 Subject: [PATCH] add clear tags button --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) 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 }}