From e558905c034a8f23247c5d7db118b978b6c17839 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Tue, 11 Jun 2024 17:39:59 +0300 Subject: [PATCH] improve comment formatting Signed-off-by: Ari Archer --- src/templates/index.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.j2 b/src/templates/index.j2 index ae69341..62c3ae9 100644 --- a/src/templates/index.j2 +++ b/src/templates/index.j2 @@ -446,7 +446,7 @@
{% for comment in comments %}
-

#{{ comment.id }}: {{ comment.name | escape }} {% if comment.website %} ({{ comment.website | escape }}) {% endif %} <show email> at says...

+

#{{ comment.id }}: {{ comment.name | escape }} {% if comment.website %}({{ comment.website | escape }}){% endif %} <show email> at says...

{{ comment.comment | markdown }}
{% endfor %}