diff --git a/src/templates/index.j2 b/src/templates/index.j2 index a3de697..3e24088 100644 --- a/src/templates/index.j2 +++ b/src/templates/index.j2 @@ -450,7 +450,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 %}