From cf00b5177addd8d99f38452b80c7dc0a7f577b4f Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 28 Oct 2020 17:08:59 +0100 Subject: Fix collegamento tags --- templates/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/web/index.html') diff --git a/templates/web/index.html b/templates/web/index.html index 1a0e488..e63c185 100644 --- a/templates/web/index.html +++ b/templates/web/index.html @@ -31,7 +31,7 @@ {% if entry.data.tags|count > 0 %} {% for tag in entry.data.tags %} - {{ tag }} + {{ tag }} {% endfor %} {% endif %} -- cgit v1.2.3