From 96090364a7ebcfcf35f924cdd9f24f6898257e6a Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 27 Feb 2023 00:09:28 +0000 Subject: Added

tags on q&a page --- templates/questions.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/questions.html.j2 b/templates/questions.html.j2 index fd53120..6f9c1eb 100644 --- a/templates/questions.html.j2 +++ b/templates/questions.html.j2 @@ -5,8 +5,8 @@ {% for id_, link, dt, question, answer in qnas %}

{{ dt.isoformat() }}
-
{{ question }}
-
{{ answer }}
+

{{ question }}

+

{{ answer }}

{% endfor %} -- cgit v1.2.3