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 +- templates/web/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %} 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