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/entry.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/web/entry.html') diff --git a/templates/web/entry.html b/templates/web/entry.html index 4647f05..852f5c8 100644 --- a/templates/web/entry.html +++ b/templates/web/entry.html @@ -24,7 +24,7 @@
{% for tag in entry.data.tags %} - {{ tag }} + {{ tag }} {% endfor %}
{% endif %} -- cgit v1.2.3